hugo: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 04:45:08 +10:00
parent ff85b40f48
commit aa3cbc6feb
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-rzAt6jGj1MJ5AvkEKjAH91mKnUcLOPgHgiDkzkdibks=";
};
vendorSha256 = "sha256-ftA7ktZ6dEownEwJC4tK5/V3fl8toACiFiq9xTa7NE4=";
vendorSha256 = "sha256-ar5ctfKjqUuEM0mSygoQQFMgj0RURlvQu10dsCtGu3o=";
doCheck = false;

View File

@ -26370,7 +26370,9 @@ with pkgs;
haunt = callPackage ../applications/misc/haunt { };
hugo = callPackage ../applications/misc/hugo { };
hugo = callPackage ../applications/misc/hugo {
buildGoModule = buildGo117Module;
};
go-org = callPackage ../applications/misc/go-org { };