threatest: fix build on darwin

This commit is contained in:
figsoda 2023-05-19 12:00:31 -04:00
parent 8a4c408a8e
commit 5b14e87eca

View file

@ -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";