Merge pull request #317479 from Hentioe/upgrade/hugo

hugo: 0.126.3 -> 0.127.0
This commit is contained in:
Nikolay Korotkiy
2024-06-09 10:38:28 +04:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.126.3";
version = "0.127.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-WWpcbY8KA/62AeIt1hH+xfgEoPle4hfH+/K7I+1xdEc=";
hash = "sha256-QAZP119VOPTnVXe2mtzCpB3OW/g73oA/qwR94OzISKo=";
};
vendorHash = "sha256-VfwiA5LCAJ1pkmMCy/Dcc5bLKkNY1MHtxHcHvKLoWHs=";
vendorHash = "sha256-Og7FTCrto1l+Xpfr2zEgg/yXa7dflws0yJ2Xh9f3mbI=";
doCheck = false;