hugo: 0.140.1 -> 0.140.2

This commit is contained in:
R. Ryantm
2025-01-08 09:16:41 +00:00
parent 9f04431853
commit ac61a8b80a
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.140.1";
version = "0.140.2";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
tag = "v${version}";
hash = "sha256-9H7hXBz/rKJZr/XvqFRmOQylf6sfJtkwik3jh/k+Vec=";
hash = "sha256-4W/iUJHVsmCrIR5z0qSQ/Fsa4qtiuSie6/cot6oYQNM=";
};
vendorHash = "sha256-swcj1JxYoRqKscu/IC0uiAATp4AXN0aANWkSq/mJsyc=";
vendorHash = "sha256-gyXvxg1pKf0MYbwf2FTUnDLSBf0Bcb4uNZ5rDq/2QGY=";
checkFlags =
let