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

s5cmd: 1.3.0 -> 1.4.0
This commit is contained in:
tomberek 2021-10-28 21:34:10 -04:00 committed by GitHub
commit 9c8b55e124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "s5cmd";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "peak";
repo = "s5cmd";
rev = "v${version}";
sha256 = "sha256-sood01wI0ZnkXUKDHX14ix3bWHR/PRu6+MDNeos5Jk0=";
sha256 = "sha256-12bKMZ6SMPsqLqaBTVxCxvs7PZ0CKimI9wlqvWZ/bgY=";
};
vendorSha256 = null;