cosign: 1.11.0 -> 1.11.1

https://github.com/sigstore/cosign/releases/tag/v1.11.1
This commit is contained in:
Thomas Gerbet 2022-08-26 08:47:06 +02:00
parent fb570e9074
commit f9cd86edd5

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cosign";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fEgcxxDbSr8rVZ35MwLjT7tinQ1JuqddWRtftTjDdpY=";
sha256 = "sha256-LKnv/+6R/RaVdRYYdp+EqVQZtUn8SnYLCr5rqgGrq68=";
};
buildInputs = lib.optional (stdenv.isLinux && pivKeySupport) (lib.getDev pcsclite)
@ -16,7 +16,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config installShellFiles ];
vendorSha256 = "sha256-AdsXijxqpsx2Mh0xAvUoie6Oy3ywnGJ1WMg9ZBLWHgc=";
vendorSha256 = "sha256-ao1WI8M3T/oSxYM0OrW1L3/JQf9S2C7AzE4HA6VIx5w=";
subPackages = [
"cmd/cosign"