ossutil: 1.7.16 -> 1.7.17

authored by R. Ryantm and committed by Jonathan Ringer 1da45e6a eb09eddf

+3 -3
+3 -3
pkgs/tools/admin/ossutil/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitHub }: 2 2 3 3 buildGoModule rec { 4 - version = "1.7.16"; 4 + version = "1.7.17"; 5 5 pname = "ossutil"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "aliyun"; 9 9 repo = "ossutil"; 10 10 rev = "refs/tags/v${version}"; 11 - hash = "sha256-J6t8QoyCvbGrUX2AkdqugztchP7Cc0jZsrn1+OB2hVY="; 11 + hash = "sha256-5Z0mMgDYexUQAcngeEd0m5J5kRwWTGIS2Q+idBcTV98="; 12 12 }; 13 13 14 - vendorHash = "sha256-oxhi27Zt91S2RwidM+BPati/HWuP8FrZs1X2R2Px5hI="; 14 + vendorHash = "sha256-4a/bNH47sxxwgYYQhHTqyXddJit3VbeM49/4IEfjWsY="; 15 15 16 16 # don't run tests as they require secret access keys that only travis has 17 17 doCheck = false;