cosign: 1.13.0 -> 1.13.1

https://github.com/sigstore/cosign/releases/tag/v1.13.1
This commit is contained in:
Thomas Gerbet 2022-10-17 21:54:43 +02:00
parent b24ba297b5
commit 5e50e2bc4a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cosign";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EZHT6Ut7fI9Sx7U664r4ZvzZCH1hu9acnGvUyn8XgSw=";
sha256 = "sha256-R7MhfAnVJJ2NK8zV408xAk8Q6aWn9Gw6DOmFFX26x1Q=";
};
buildInputs = lib.optional (stdenv.isLinux && pivKeySupport) (lib.getDev pcsclite)
@ -16,7 +16,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config installShellFiles ];
vendorSha256 = "sha256-9XRORuHx4bZn9odMD+prg/dPBkUmVqBNQYjQGCQVqiw=";
vendorSha256 = "sha256-DpPEDttQnRGHVNiIpMGj14KvZEGR0Y80sZOffjQ3UHk=";
subPackages = [
"cmd/cosign"