Skip to content

Commit

Permalink
hugo: 0.27 -> 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma authored and vbgl committed Sep 13, 2017
1 parent efeef04 commit 85f3834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/hugo/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "hugo-${version}";
version = "0.27";
version = "0.27.1";

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

src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "1r64pwk5g50gwriawmsgza6j8m4jymg8mwgwh1rplpsdfxqdfrbx";
sha256 = "0vxzjwm9dsan314cz0gnj4spssg4w8y6ywsak8n9c6w0l45xf07p";
};

goDeps = ./deps.nix;
Expand Down

0 comments on commit 85f3834

Please sign in to comment.