cosign: 2.4.2 -> 2.4.3 (#383550)

authored by Thomas Gerbet and committed by GitHub 212372f6 f7429fa8

+3 -3
+3 -3
pkgs/tools/security/cosign/default.nix
··· 14 }: 15 buildGoModule rec { 16 pname = "cosign"; 17 - version = "2.4.2"; 18 19 src = fetchFromGitHub { 20 owner = "sigstore"; 21 repo = pname; 22 rev = "v${version}"; 23 - hash = "sha256-dXos2Jmkzv9FmvbQuMq+SfUX2GsL8o9w5FFdWSR02NM="; 24 }; 25 26 buildInputs = ··· 32 installShellFiles 33 ]; 34 35 - vendorHash = "sha256-uEeQohqXjHQr1y74pB+oPWq+Ov2Vnpi+fj5GlA9EgTw="; 36 37 subPackages = [ 38 "cmd/cosign"
··· 14 }: 15 buildGoModule rec { 16 pname = "cosign"; 17 + version = "2.4.3"; 18 19 src = fetchFromGitHub { 20 owner = "sigstore"; 21 repo = pname; 22 rev = "v${version}"; 23 + hash = "sha256-9hUf6J3kTI0nvLExReUUovW8pZjlaoqgFmLd5mShZzU="; 24 }; 25 26 buildInputs = ··· 32 installShellFiles 33 ]; 34 35 + vendorHash = "sha256-jNRNjAecf84XzkPLWHjCYPxh1igUs7Yd0MSAmRcPtlc="; 36 37 subPackages = [ 38 "cmd/cosign"