hugo: 0.126.1 -> 0.126.2

This commit is contained in:
R. Ryantm
2024-05-31 02:04:38 +00:00
parent 3852c7ab26
commit 520b8e5365
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.126.1";
version = "0.126.2";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-c421kzgD6PFM/9Rn+NmZGyRlJPWhQPraW/4HcuRoEUU=";
hash = "sha256-ySXnJJJDjZqZkWOiq9ByflfUG6bg+0GSzuXpNnuyMZc=";
};
vendorHash = "sha256-VfwiA5LCAJ1pkmMCy/Dcc5bLKkNY1MHtxHcHvKLoWHs=";