hugo: 0.126.2 -> 0.126.3

https://github.com/gohugoio/hugo/releases/tag/v0.126.3
This commit is contained in:
kilianar 2024-06-03 14:36:42 +02:00
parent 5a64d9a242
commit 200514ec0b

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.126.2";
version = "0.126.3";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-ySXnJJJDjZqZkWOiq9ByflfUG6bg+0GSzuXpNnuyMZc=";
hash = "sha256-WWpcbY8KA/62AeIt1hH+xfgEoPle4hfH+/K7I+1xdEc=";
};
vendorHash = "sha256-VfwiA5LCAJ1pkmMCy/Dcc5bLKkNY1MHtxHcHvKLoWHs=";