k9s: fix vendorHash mismatch by using proxyVendor

This fixes a vendor hash mismatch between darwin and linux.
This commit is contained in:
Paul Meyer 2023-12-19 08:39:54 +01:00
parent dcaba3a80d
commit 8b3fd7323d

View File

@ -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);