about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-22 10:15:07 -0400
committerGitHub <noreply@github.com>2024-06-22 10:15:07 -0400
commit36df2dd03356de50e59e7b2aa0b3bfd1d7b84153 (patch)
tree16c24c719d89bdf5947727bbe3503bb6bf0b6f23 /pkgs/tools
parent46c3d66873703fa6bfb92dc66d23e353ff68b648 (diff)
parent1278d3b8ba32e63d8587d1a7de36cdbc16ba2b23 (diff)
Merge pull request #321658 from r-ryantm/auto-update/witness
witness: 0.5.2 -> 0.6.0
Diffstat (limited to 'pkgs/tools')
-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 75cdc9e1ce61b..1a24742e8a364 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.5.2";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "in-toto";
     repo = "witness";
     rev = "v${version}";
-    sha256 = "sha256-3up10DdW0nMPAghEVlnOrFUbjQd1AuNmraBDjBPdjm8=";
+    sha256 = "sha256-ao9mxN5cMGopCRXUkJRTNJemizzibdw0Q+oAhKjUyHA=";
   };
-  vendorHash = "sha256-sYWcmQloeZlwuUz0SkucpVGOqkoOpgnsHDsuWyWTBPQ=";
+  vendorHash = "sha256-pDMvtSavifWfxJqfiOef0CyT8KtU8BUjEFwReElkEeM=";
 
   nativeBuildInputs = [ installShellFiles ];