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

s5cmd: 1.2.1 -> 1.3.0
This commit is contained in:
tomberek 2021-08-26 21:36:09 -04:00 committed by GitHub
commit be18c96695
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.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "peak";
repo = "s5cmd";
rev = "v${version}";
sha256 = "sha256-09vBYwnTfLIuu2SPP7DYB+U6sUkQffglIOHNn4+47qQ=";
sha256 = "sha256-sood01wI0ZnkXUKDHX14ix3bWHR/PRu6+MDNeos5Jk0=";
};
vendorSha256 = null;