Merge pull request #258294 from r-ryantm/auto-update/s5cmd

s5cmd: 2.2.0 -> 2.2.2
This commit is contained in:
Nick Cao 2023-10-01 10:24:09 -04:00 committed by GitHub
commit 4a9a651a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "s5cmd";
version = "2.2.0";
version = "2.2.2";
src = fetchFromGitHub {
owner = "peak";
repo = "s5cmd";
rev = "v${version}";
hash = "sha256-4Jx9hgjj+rthiyB7eKXNcbBv9oJWfwHanPO7bZ4J/K0=";
hash = "sha256-5BIyG6P2pfADSPWtz3KouGPVMpQRiY2X4wtotTCX4lo=";
};
vendorHash = null;