From d48d564569087a53d25721c3739cea5dbaf9770e Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 29 Jan 2022 19:06:54 +1000 Subject: [PATCH] steampipe: use proxyVendor to fix darwin/linux vendorSha256 mismatch --- pkgs/tools/misc/steampipe/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/misc/steampipe/default.nix b/pkgs/tools/misc/steampipe/default.nix index e914f3b854bc..46e02ce9e462 100644 --- a/pkgs/tools/misc/steampipe/default.nix +++ b/pkgs/tools/misc/steampipe/default.nix @@ -11,7 +11,8 @@ buildGoModule rec { sha256 = "sha256-xLw3y9DYkei0MoErsMpSDhEK73lK9b13st+DqHvvhys="; }; - vendorSha256 = "sha256-ikmcayOy87u6XMYjxxzFv35Rlp9oTteEKFOPr/+xc2Y="; + vendorSha256 = "sha256-MTSkWrutDKmsaTI9/L8wh3tWwra/F3+bP0RyVi4DMqE="; + proxyVendor = true; # tests are failing for no obvious reasons doCheck = false;