Merge pull request #285405 from r-ryantm/auto-update/cosign

cosign: 2.2.2 -> 2.2.3
This commit is contained in:
Thomas Gerbet
2024-02-01 08:25:27 +01:00
committed by GitHub
+3 -3
View File
@@ -13,13 +13,13 @@
}:
buildGoModule rec {
pname = "cosign";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
hash = "sha256-QZWF0ysZFu3rt8dIXb5uddyDhT2FfWUyder8YR2BtQc=";
hash = "sha256-+y79Uml1TvKypbwcWkZZF415qUPPfieP5pKHO+APjPE=";
};
buildInputs =
@@ -28,7 +28,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config installShellFiles ];
vendorHash = "sha256-WeNRg3Nw2b6NiV8z7tGZIlWUHZxXuTG7MPF9DgfdmUQ=";
vendorHash = "sha256-udMnSdXBjlDQlQRzhhLBDBcHwREkEev0uLIVjT8BbuU=";
subPackages = [
"cmd/cosign"