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

s5cmd: 1.4.0 -> 2.0.0
This commit is contained in:
tomberek 2022-07-30 00:53:49 -04:00 committed by GitHub
commit 9cdcf2b364
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.4.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "peak";
repo = "s5cmd";
rev = "v${version}";
sha256 = "sha256-12bKMZ6SMPsqLqaBTVxCxvs7PZ0CKimI9wlqvWZ/bgY=";
sha256 = "sha256-9G0GSMNLYeIrbq7zctM3OCRcEZF1giEt+u5g3lTX96M=";
};
vendorSha256 = null;