Skip to content

Commit 3af1c61

Browse files
hugo: 0.143.0 -> 0.143.1 (#382532)
Co-authored-by: kachick <[email protected]>
2 parents aa5c4e6 + 521f819 commit 3af1c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hu/hugo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildGoModule rec {
1313
pname = "hugo";
14-
version = "0.143.0";
14+
version = "0.143.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "gohugoio";
1818
repo = "hugo";
1919
tag = "v${version}";
20-
hash = "sha256-h0BrWL3dvdn1x0Z5bGrss8iVl0VG483mCHhg1CnZuaQ=";
20+
hash = "sha256-O0rqCurCWiYVmhG9QxNOX7e3pYSuvI/xyW/pL/EhyXU=";
2121
};
2222

2323
vendorHash = "sha256-2OZajJZnbD3Ks3xq501Ta5ba+3jDnI1GFiI5u2Y/i3A=";

0 commit comments

Comments
 (0)