about summary refs log tree commit diff
path: root/pkgs/tools/security/witness
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-05-17 13:14:43 +0100
committer06kellyjac <dev@j-k.io>2022-05-17 13:14:43 +0100
commitaf4488d9c5588ca8f27cffd22834dca75eb62aaa (patch)
treef41093be9f760eef664c2c309911f5e7e2e6ae29 /pkgs/tools/security/witness
parent50bd5ca65ef5aee80f08d7dffdd507c1caad2d32 (diff)
witness: 0.1.7 -> 0.1.8
Diffstat (limited to 'pkgs/tools/security/witness')
-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 921d524be6acc..f443d765b571e 100644
--- a/pkgs/tools/security/witness/default.nix
+++ b/pkgs/tools/security/witness/default.nix
@@ -2,15 +2,15 @@
 
 buildGoModule rec {
   pname = "witness";
-  version = "0.1.7";
+  version = "0.1.8";
 
   src = fetchFromGitHub {
     owner = "testifysec";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-fkY3/UmHzggmysrae8VCY3NMBxC/LcWoQcXBELEzJlM=";
+    sha256 = "sha256-i76sw5ysWDZwuNt7CYtpVy9mEV643i4YaMxksglyPWw=";
   };
-  vendorSha256 = "sha256-ajWIjQXLvFQB1AVYyGjyWMrWIyue/d1uU5HHNf4/UcU=";
+  vendorSha256 = "sha256-A3fnAWEJ7SeUnDfIIOkbHIhUBRB8INcqMleOLL3LHF0=";
 
   nativeBuildInputs = [ installShellFiles ];