Add ‘proxyVendor=true’

Resolves vendor hash mismatch across operating systems.

Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
Josh van Leeuwen
2023-04-11 14:51:28 +01:00
committed by joshvanl
parent dd6de392b3
commit c6a04a00a6
+3 -1
View File
@@ -11,7 +11,9 @@ buildGoModule rec {
sha256 = "sha256-LBsJjAtsKlecRhes9q+HYCwlhZn0jUhhEzu62nATGz8=";
};
vendorSha256 = "sha256-8xRU/CJMP39U/sXug17ck5cHPz5ujFU/XKpGnEq93tg=";
vendorSha256 = "sha256-t2uew44kLLDM6cuWUV5Joa+h88BhRv3GnnckDshB5Tw=";
proxyVendor = true;
nativeBuildInputs = [ installShellFiles ];