hugo: 0.91.2 -> 0.92.0

https://github.com/gohugoio/hugo/releases/tag/v0.92.0
This commit is contained in:
Sergey Lukjanov 2022-01-12 09:16:46 -08:00
parent de568b1772
commit be5fbe4c1b

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.91.2";
version = "0.92.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6bqtw0hUrRBhTwEDURaTjgl3aVVCbfxjoPRfhSd3LK8=";
sha256 = "sha256-rzAt6jGj1MJ5AvkEKjAH91mKnUcLOPgHgiDkzkdibks=";
};
vendorSha256 = "sha256-M4pKAxNd8rqluVm+c+X+nxC/vcaVclebo9HP17yEpfo=";
vendorSha256 = "sha256-ftA7ktZ6dEownEwJC4tK5/V3fl8toACiFiq9xTa7NE4=";
doCheck = false;