Skip to content

Commit

Permalink
cosign: 2.2.3 -> 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Apr 14, 2024
1 parent 11ee9fa commit 5fc762b
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 @@ -13,13 +13,13 @@
}:
buildGoModule rec {
pname = "cosign";
version = "2.2.3";
version = "2.2.4";

src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
hash = "sha256-+y79Uml1TvKypbwcWkZZF415qUPPfieP5pKHO+APjPE=";
hash = "sha256-csFFB1VYwd009fL4QHDK9jmCmwFJ45CVutLVzluG1NU=";
};

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

nativeBuildInputs = [ pkg-config installShellFiles ];

vendorHash = "sha256-udMnSdXBjlDQlQRzhhLBDBcHwREkEev0uLIVjT8BbuU=";
vendorHash = "sha256-LYdbHpucF/lUzMu0m5y0Gt3A/8ISUs9oLM79mTF/REM=";

subPackages = [
"cmd/cosign"
Expand Down

0 comments on commit 5fc762b

Please sign in to comment.