From c6a04a00a6690d87b4df3aa32b38420a68ecd1be Mon Sep 17 00:00:00 2001 From: Josh van Leeuwen Date: Sat, 8 Apr 2023 11:59:16 +0100 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98proxyVendor=3Dtrue=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves vendor hash mismatch across operating systems. Signed-off-by: joshvanl --- pkgs/development/tools/dapr/cli/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/dapr/cli/default.nix b/pkgs/development/tools/dapr/cli/default.nix index f670ff10e577..8577198d4757 100644 --- a/pkgs/development/tools/dapr/cli/default.nix +++ b/pkgs/development/tools/dapr/cli/default.nix @@ -11,7 +11,9 @@ buildGoModule rec { sha256 = "sha256-LBsJjAtsKlecRhes9q+HYCwlhZn0jUhhEzu62nATGz8="; }; - vendorSha256 = "sha256-8xRU/CJMP39U/sXug17ck5cHPz5ujFU/XKpGnEq93tg="; + vendorSha256 = "sha256-t2uew44kLLDM6cuWUV5Joa+h88BhRv3GnnckDshB5Tw="; + + proxyVendor = true; nativeBuildInputs = [ installShellFiles ];