about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-04-14 11:35:47 +0100
committerGitHub <noreply@github.com>2024-04-14 11:35:47 +0100
commitb025595eb95b5c6ea0f29299e561fe57ff838cdc (patch)
treefbb35bbf0483be027cbd4fa2aaf686a24164f177 /pkgs/tools
parentf32598c9fb112c47d43050a9475327a9c9bc19aa (diff)
parent2e87a8cbd1b3c709adeb0fdc7c9ed225de2a9d88 (diff)
Merge pull request #303232 from LeSuisse/cosign-2.2.4
cosign: 2.2.3 -> 2.2.4
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/cosign/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cosign/default.nix b/pkgs/tools/security/cosign/default.nix
index f2b9a5ed254d2..3ea85f7711478 100644
--- a/pkgs/tools/security/cosign/default.nix
+++ b/pkgs/tools/security/cosign/default.nix
@@ -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 =
@@ -28,7 +28,7 @@ buildGoModule rec {
 
   nativeBuildInputs = [ pkg-config installShellFiles ];
 
-  vendorHash = "sha256-udMnSdXBjlDQlQRzhhLBDBcHwREkEev0uLIVjT8BbuU=";
+  vendorHash = "sha256-LYdbHpucF/lUzMu0m5y0Gt3A/8ISUs9oLM79mTF/REM=";
 
   subPackages = [
     "cmd/cosign"