about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-14 03:40:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-14 03:40:59 +0000
commite65c3cd1172c2076ae2dcb54333ef8be5715c5e0 (patch)
tree93a8dd44111a969fc821895ea7489967b9ef56a4 /pkgs/tools/security
parente9ee548d90ff586a6471b4ae80ae9cfcbceb3420 (diff)
witness: 0.4.0 -> 0.5.2
Diffstat (limited to 'pkgs/tools/security')
-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 85ef5aebd7e56..75cdc9e1ce61b 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.4.0";
+  version = "0.5.2";
 
   src = fetchFromGitHub {
     owner = "in-toto";
     repo = "witness";
     rev = "v${version}";
-    sha256 = "sha256-QnZZVQZMkh9GH6io19mlE3gHaiX73TgH7ibFT1H5DB4=";
+    sha256 = "sha256-3up10DdW0nMPAghEVlnOrFUbjQd1AuNmraBDjBPdjm8=";
   };
-  vendorHash = "sha256-5q405OP8VPChhxiH2tjh2H+ailQRjGmLZvul7CubjJo=";
+  vendorHash = "sha256-sYWcmQloeZlwuUz0SkucpVGOqkoOpgnsHDsuWyWTBPQ=";
 
   nativeBuildInputs = [ installShellFiles ];