about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-19 11:02:05 +0200
committerGitHub <noreply@github.com>2024-05-19 11:02:05 +0200
commitb4530910c7577eb5e78bcee4f14b7f65969d7843 (patch)
treee95e76e2d936bebe15879869e44bac5c2e7d6ba4 /pkgs
parent7e47c6878f755b85e29257ff80e5e816a6ee55f4 (diff)
parent4cab918466366493e447d8acdf3c16bc66aac01c (diff)
Merge pull request #312562 from r-ryantm/auto-update/witness
witness: 0.3.1 -> 0.4.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/witness/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/witness/default.nix b/pkgs/tools/security/witness/default.nix
index 0b62b31d94e17..2aa26b7e6080c 100644
--- a/pkgs/tools/security/witness/default.nix
+++ b/pkgs/tools/security/witness/default.nix
@@ -10,15 +10,15 @@
 
 buildGoModule rec {
   pname = "witness";
-  version = "0.3.1";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     owner = "in-toto";
     repo = "witness";
     rev = "v${version}";
-    sha256 = "sha256-uv/HxPYOKxZskmlAxUS2I1sW4YsSAmIeNHjoJeR7VWs=";
+    sha256 = "sha256-QnZZVQZMkh9GH6io19mlE3gHaiX73TgH7ibFT1H5DB4=";
   };
-  vendorHash = "sha256-9IkDBaDRJGWfPRN5+rYU4uH6nAsfnytDkF518rfNpyc=";
+  vendorHash = "sha256-5q405OP8VPChhxiH2tjh2H+ailQRjGmLZvul7CubjJo=";
 
   nativeBuildInputs = [ installShellFiles ];