hugo: switch to proxyVendor

This commit is contained in:
zowoq 2022-01-01 15:05:03 +10:00
parent 96b524c47b
commit 8c9182c1c5

View File

@ -11,11 +11,11 @@ buildGoModule rec {
sha256 = "sha256-6bqtw0hUrRBhTwEDURaTjgl3aVVCbfxjoPRfhSd3LK8=";
};
vendorSha256 = "sha256-CO+7WgoTsFCd9vkcALKcJP6Kj3CIWr5FF75/WgbK04g=";
vendorSha256 = "sha256-M4pKAxNd8rqluVm+c+X+nxC/vcaVclebo9HP17yEpfo=";
doCheck = false;
runVend = true;
proxyVendor = true;
tags = [ "extended" ];