lol

cosign: 2.4.1 -> 2.4.2 (#379449)

authored by

Thomas Gerbet and committed by
GitHub
78a96778 bc7a3a6a

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