cosign: 1.7.2 -> 1.8.0

main
06kellyjac 2 years ago
parent c3dabb43e3
commit b2a98c5680
  1. 6
      pkgs/tools/security/cosign/default.nix

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cosign";
version = "1.7.2";
version = "1.8.0";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Jxtu4f3JeQ1LH2IjSc5hRKDrWXllczQWWHBa4eTzOIY=";
sha256 = "sha256-9zA50tnUWR8dglPvMagiGcJDkPHs7yXuqYV2jnRdWqA=";
};
buildInputs = lib.optional (stdenv.isLinux && pivKeySupport) (lib.getDev pcsclite)
@ -16,7 +16,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config installShellFiles ];
vendorSha256 = "sha256-fBmSuxjguNc1LOoXqOue0/Ki3979NpqJTzuuqqsjooM=";
vendorSha256 = "sha256-buOdutDZUFu+GbjyF0Ql8QAXpNEv2ej0mwjSZMHDmdA=";
subPackages = [
"cmd/cosign"

Loading…
Cancel
Save