cosign: 3.1.1 -> 3.1.3 (#549840)

This commit is contained in:
Peder Bergebakken Sundt
2026-08-09 14:30:20 +00:00
committed by GitHub

View File

@@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "cosign";
version = "3.1.1";
version = "3.1.3";
src = fetchFromGitHub {
owner = "sigstore";
repo = "cosign";
rev = "v${finalAttrs.version}";
hash = "sha256-DOsGLU6W0JrUGpthILTZfKv3fC45SlIXkvt+idUn5Tc=";
hash = "sha256-6YgCEeDwjNNMMh1tE/DUbScR7ZYf+FNMhFs+q7b0MuM=";
};
buildInputs = lib.optional (stdenv.hostPlatform.isLinux && pivKeySupport) (lib.getDev pcsclite);
@@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
installShellFiles
];
vendorHash = "sha256-AeVvp+6iKiTZ4dWy5kjAS2njI3IU+ANgTdUxOFcihSg=";
vendorHash = "sha256-1ouPW3HBjyTB2qRg7DNNLs5eO8UF1UKJLYPPNfJX4NU=";
subPackages = [
"cmd/cosign"
@@ -61,6 +61,8 @@ buildGoModule (finalAttrs: {
"TestGetRekorPubKeys"
"TestVerifyEmbeddedSCT"
"TestValidateAndUnpackCertWithSCT"
"TestVerifySkWithoutIdentities"
"TestVerifyAttestationSkWithoutIdentities"
];
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];