about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-20 11:44:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-20 11:44:22 +0000
commitfa1a13caaa73092ddda8cc7623b0644e45ba4238 (patch)
treec05c31cadfba8670691c7994dfdde272f22330df /pkgs/tools/security
parentf33dd27a47ebdf11dc8a5eb05e7c8fbdaf89e73f (diff)
witness: 0.2.0 -> 0.3.0
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 42e6455ae7dd7..2b600f4a86179 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.2.0";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "in-toto";
     repo = "witness";
     rev = "v${version}";
-    sha256 = "sha256-U+dcaPi9Drg4I2SZlZPaR3Ryb+Dz27nyPI2XJPG/LWc=";
+    sha256 = "sha256-uwps/sHPgOdVhjaFxATVL5A/BGw6zPX/GSkYm802jmU=";
   };
-  vendorHash = "sha256-pjcyAGdR8TsU9YBy5zd6u575vDKPwy8s85TXUsuxZiU=";
+  vendorHash = "sha256-ktBpv2NDsha2mN3OtZWIDkneR8zi1RZkVQdvi9XPSLY=";
 
   nativeBuildInputs = [ installShellFiles ];