We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b8411a + 8d6bbb8 commit f3135c8Copy full SHA for f3135c8
pkgs/by-name/hu/hugo/package.nix
@@ -7,21 +7,20 @@
7
buildPackages,
8
versionCheckHook,
9
nix-update-script,
10
- hugo,
11
}:
12
13
buildGoModule rec {
14
pname = "hugo";
15
- version = "0.140.2";
+ version = "0.141.0";
16
17
src = fetchFromGitHub {
18
owner = "gohugoio";
19
repo = "hugo";
20
tag = "v${version}";
21
- hash = "sha256-4W/iUJHVsmCrIR5z0qSQ/Fsa4qtiuSie6/cot6oYQNM=";
+ hash = "sha256-NjxHsS1VG/B1+rjmwTdoHOKraMh6z54pQqw8k9Nbuss=";
22
};
23
24
- vendorHash = "sha256-gyXvxg1pKf0MYbwf2FTUnDLSBf0Bcb4uNZ5rDq/2QGY=";
+ vendorHash = "sha256-2OZajJZnbD3Ks3xq501Ta5ba+3jDnI1GFiI5u2Y/i3A=";
25
26
checkFlags =
27
let
0 commit comments