Merge pull request #24956 from sigma/pr/hugo

hugo: 0.20.1 -> 0.20.2
This commit is contained in:
Jörg Thalheim 2017-04-16 20:03:09 +02:00 committed by GitHub
commit 7112fda286

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "hugo-${version}";
version = "0.20.1";
version = "0.20.2";
goPackagePath = "github.com/spf13/hugo";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "spf13";
repo = "hugo";
rev = "v${version}";
sha256 = "1mxg9mp98n32q1qsqd9f9izsq1s18a7jsw8gcyh9vbspdnyghb7q";
sha256 = "1dvd9kiqp87cbf027kvyqb282pxs8qm16r1dk74l5drranfvkszy";
};
goDeps = ./deps.nix;