Skip to content

Commit

Permalink
Merge pull request #304017 from LeSuisse/cosign-2.2.4-23.11
Browse files Browse the repository at this point in the history
[23.11] cosign: 2.2.1 -> 2.2.4
  • Loading branch information
risicle committed Apr 14, 2024
2 parents 961307b + 5fc762b commit 469737c
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.1";
version = "2.2.4";

src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
hash = "sha256-J/CQonW/ICrNUSQXVZPMR+WACZYJH0eH6bXhdXE27TY=";
hash = "sha256-csFFB1VYwd009fL4QHDK9jmCmwFJ45CVutLVzluG1NU=";
};

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

nativeBuildInputs = [ pkg-config installShellFiles ];

vendorHash = "sha256-RPwU6W6a9mnfriyz3ASvamZ3jEG6C2ug/MTp1Pahc/Q=";
vendorHash = "sha256-LYdbHpucF/lUzMu0m5y0Gt3A/8ISUs9oLM79mTF/REM=";

subPackages = [
"cmd/cosign"
Expand Down

0 comments on commit 469737c

Please sign in to comment.