summary refs log tree commit diff
path: root/pkgs/tools/security/threatest
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-19 12:00:31 -0400
committerfigsoda <figsoda@pm.me>2023-05-19 12:00:31 -0400
commit5b14e87eca460f123e9f371e2243409b299d4c38 (patch)
tree797a96ef58df2b189740dd152ded567b55090053 /pkgs/tools/security/threatest
parent8a4c408a8e28570f6abc628c771f100ec1ff1567 (diff)
threatest: fix build on darwin
Diffstat (limited to 'pkgs/tools/security/threatest')
-rw-r--r--pkgs/tools/security/threatest/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/security/threatest/default.nix b/pkgs/tools/security/threatest/default.nix
index f4ddc194b0e72..13c54060529ae 100644
--- a/pkgs/tools/security/threatest/default.nix
+++ b/pkgs/tools/security/threatest/default.nix
@@ -14,7 +14,8 @@ buildGoModule rec {
     hash = "sha256-xluKQXFa06ng9bs+sBkoFLeyYtQAcej4VFLMeTST6zA=";
   };
 
-  vendorHash = "sha256-tvGmSpihGwpz6TCmbttz0VKvLTChDRWNX3qxOhEpdPM=";
+  proxyVendor = true;
+  vendorHash = "sha256-UQ3GPSv7P4+oMvcu4eFlosnw0TQxG33ptlMTQA/5Lkw=";
 
   meta = with lib; {
     description = "Framework for end-to-end testing threat detection rules";