s5cmd: 1.4.0 -> 2.0.0

This commit is contained in:
R. Ryantm
2022-07-29 21:47:37 +00:00
parent f0df0acc16
commit 432e00979e

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;