about summary refs log tree commit diff
path: root/pkgs/tools/security/witness
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-11-04 10:00:59 +0000
committer06kellyjac <dev@j-k.io>2022-11-04 10:00:59 +0000
commitc405df3dce0864de442b86eeee7f7dfb3df93497 (patch)
tree3bfccc8e94eef2f21170c75f1a7ea50dcd5f5d06 /pkgs/tools/security/witness
parent4baf054abede66d571c39ec3e9ecf5fe37383164 (diff)
witness: 0.1.11 -> 0.1.12
Diffstat (limited to 'pkgs/tools/security/witness')
-rw-r--r--pkgs/tools/security/witness/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/security/witness/default.nix b/pkgs/tools/security/witness/default.nix
index 78b7f32a61df1..8a349ac9e28c0 100644
--- a/pkgs/tools/security/witness/default.nix
+++ b/pkgs/tools/security/witness/default.nix
@@ -2,15 +2,16 @@
 
 buildGoModule rec {
   pname = "witness";
-  version = "0.1.11";
+  version = "0.1.12";
 
   src = fetchFromGitHub {
     owner = "testifysec";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-/v6dltF4oCIOtN6Fcpf+VvT+c3vTB1q/IgGUqZzbcVk=";
+    sha256 = "sha256-MH4ByPoHZHIq2b/QGA/fFa3P1a28BbkaX/p48pwnl1Q=";
   };
-  vendorSha256 = "sha256-UP68YNLX+fuCvd+e3rER1icha9bS3MemJLwJOMMOVfg=";
+  proxyVendor = true;
+  vendorSha256 = "sha256-CUiex+ljzpbkqbXCmOjO62YTcgqOIE9Cg3JB6CWUbsk=";
 
   nativeBuildInputs = [ installShellFiles ];