Skip to content

Commit 85f3834

Browse files
sigmavbgl
authored andcommittedSep 13, 2017
hugo: 0.27 -> 0.27.1
1 parent efeef04 commit 85f3834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/misc/hugo/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildGoPackage rec {
44
name = "hugo-${version}";
5-
version = "0.27";
5+
version = "0.27.1";
66

77
goPackagePath = "github.com/gohugoio/hugo";
88

99
src = fetchFromGitHub {
1010
owner = "gohugoio";
1111
repo = "hugo";
1212
rev = "v${version}";
13-
sha256 = "1r64pwk5g50gwriawmsgza6j8m4jymg8mwgwh1rplpsdfxqdfrbx";
13+
sha256 = "0vxzjwm9dsan314cz0gnj4spssg4w8y6ywsak8n9c6w0l45xf07p";
1414
};
1515

1616
goDeps = ./deps.nix;

0 commit comments

Comments
 (0)
Please sign in to comment.