From dd947cf33a9fd2ebbd056690e1783c4869690c38 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Mon, 7 Nov 2022 11:38:32 +0000 Subject: [PATCH] grype: fix for darwin --- pkgs/tools/security/grype/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/grype/default.nix b/pkgs/tools/security/grype/default.nix index f4624b87e80a..c690c0f62941 100644 --- a/pkgs/tools/security/grype/default.nix +++ b/pkgs/tools/security/grype/default.nix @@ -26,7 +26,8 @@ buildGoModule rec { find "$out" -name .git -print0 | xargs -0 rm -rf ''; }; - vendorSha256 = "sha256-K6MJp07JEit/6AHqLtnzXIaVCi7W6jfX41M96VwnS5A="; + proxyVendor = true; + vendorSha256 = "sha256-tRux9M9vFPj3TqhsF1zSV4V1YKnLVViuQjum9YFr5FU="; nativeBuildInputs = [ installShellFiles