mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
k9s: fix vendorHash mismatch by using proxyVendor
This fixes a vendor hash mismatch between darwin and linux.
This commit is contained in:
parent
dcaba3a80d
commit
8b3fd7323d
@ -20,7 +20,9 @@ buildGoModule rec {
|
||||
|
||||
tags = [ "netgo" ];
|
||||
|
||||
vendorHash = "sha256-Wn/9vIyw99BudhhTnoN81Np70VInV6uo7Sru64nhPgk=";
|
||||
proxyVendor = true;
|
||||
|
||||
vendorHash = "sha256-9w44gpaB2C/F7hTImjdeabWVgTU5AA/7OSJmAqayrzU=";
|
||||
|
||||
# TODO investigate why some config tests are failing
|
||||
doCheck = !(stdenv.isDarwin && stdenv.isAarch64);
|
||||
|
Loading…
Reference in New Issue
Block a user