Skip to content

Commit

Permalink
Merge pull request NixOS#131834 from LeSuisse/cosign-1.0.0
Browse files Browse the repository at this point in the history
cosign: 0.6.0 -> 1.0.0
  • Loading branch information
fpletz authored Jul 28, 2021
2 parents 25019e6 + 93e0d92 commit 7b739f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/cosign/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "cosign";
version = "0.6.0";
version = "1.0.0";

src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
sha256 = "1h0lhbcrynaiwpgpkcn10yrn90j03g00w9hr2lvsj3cwmdbz0rcz";
sha256 = "0s9mv580habr8pprdz2n5jisxakd10vv1y79fhwfcs29njr7yi7v";
};

buildInputs =
Expand All @@ -17,7 +17,7 @@ buildGoModule rec {

nativeBuildInputs = [ pkg-config ];

vendorSha256 = "0f3al6ds0kqyv2fapgdg9i38rfx6h169pmj6az0sfnkh2psq73ia";
vendorSha256 = "0njvgykzpiym5w5b4ddnnq597qm90hcng51lf01yf6csir7nyr12";

excludedPackages = "\\(copasetic\\)";

Expand Down

0 comments on commit 7b739f3

Please sign in to comment.