cosign: 2.4.1 -> 2.4.2 (#379449)

This commit is contained in:
Thomas Gerbet
2025-02-05 09:11:03 +01:00
committed by GitHub
+3 -3
View File
@@ -14,13 +14,13 @@
}:
buildGoModule rec {
pname = "cosign";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
hash = "sha256-+UZ1o9rkbk/RnyU2Vzzs7uIm+texl5kGa+qt88x4zuk=";
hash = "sha256-dXos2Jmkzv9FmvbQuMq+SfUX2GsL8o9w5FFdWSR02NM=";
};
buildInputs =
@@ -32,7 +32,7 @@ buildGoModule rec {
installShellFiles
];
vendorHash = "sha256-E1QHLh2gg5RZ7+tl7eJNR2FmtfVI6rwI6qLD7tio18c=";
vendorHash = "sha256-uEeQohqXjHQr1y74pB+oPWq+Ov2Vnpi+fj5GlA9EgTw=";
subPackages = [
"cmd/cosign"