s5cmd: 2.2.2 -> 2.3.0 (#365741)

This commit is contained in:
tomberek
2024-12-18 21:55:54 -05:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "s5cmd";
version = "2.2.2";
version = "2.3.0";
src = fetchFromGitHub {
owner = "peak";
repo = "s5cmd";
rev = "v${version}";
hash = "sha256-5BIyG6P2pfADSPWtz3KouGPVMpQRiY2X4wtotTCX4lo=";
hash = "sha256-+wSVJkXmu+1BzvO1o31jhKZLXeG7y+YkABIZZ1TlK/g=";
};
vendorHash = null;