Merge pull request #29276 from sigma/pr/hugo-0.27

hugo: 0.26 -> 0.27
This commit is contained in:
Jörg Thalheim 2017-09-12 23:06:18 +01:00 committed by GitHub
commit 4f6850c80c

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "hugo-${version}";
version = "0.26";
version = "0.27";
goPackagePath = "github.com/gohugoio/hugo";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "1g2brxhc6lyl2qa41lrqw2hadl601inmshsxlpmv99ax67sa19d1";
sha256 = "1r64pwk5g50gwriawmsgza6j8m4jymg8mwgwh1rplpsdfxqdfrbx";
};
goDeps = ./deps.nix;