hugo: 0.140.2 -> 0.141.0 (#374447)

This commit is contained in:
Austin Horstman
2025-01-17 14:36:47 -06:00
committed by GitHub
+3 -4
View File
@@ -7,21 +7,20 @@
buildPackages,
versionCheckHook,
nix-update-script,
hugo,
}:
buildGoModule rec {
pname = "hugo";
version = "0.140.2";
version = "0.141.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
tag = "v${version}";
hash = "sha256-4W/iUJHVsmCrIR5z0qSQ/Fsa4qtiuSie6/cot6oYQNM=";
hash = "sha256-NjxHsS1VG/B1+rjmwTdoHOKraMh6z54pQqw8k9Nbuss=";
};
vendorHash = "sha256-gyXvxg1pKf0MYbwf2FTUnDLSBf0Bcb4uNZ5rDq/2QGY=";
vendorHash = "sha256-2OZajJZnbD3Ks3xq501Ta5ba+3jDnI1GFiI5u2Y/i3A=";
checkFlags =
let