vale: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 10:36:17 +10:00
parent 7ae0bd64dc
commit fb0d3a28a0
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ buildGoModule rec {
sha256 = "sha256-4kFd2ULap9kcMu81Lu0SxER7xDAnVVyi9yAVsS1yhnw=";
};
vendorSha256 = "sha256-tZarz6xwZo9IFfKB9qGxqezYaFrPyQp3wcug5jGaElY=";
vendorSha256 = "sha256-MGNv1mEIOvhcpL40MuQob5Uu4qqIGhJxPZTi8BvqQ0s=";
postInstall = ''
mkdir -p $data/share/vale

View File

@ -20325,7 +20325,9 @@ with pkgs;
vaapiVdpau = callPackage ../development/libraries/vaapi-vdpau { };
vale = callPackage ../tools/text/vale { };
vale = callPackage ../tools/text/vale {
buildGoModule = buildGo117Module;
};
valhalla = callPackage ../development/libraries/valhalla {
boost = boost.override { enablePython = true; python = python38; };