hugo: 0.20.1 -> 0.20.2

This commit is contained in:
Yann Hodique 2017-04-16 10:27:19 -07:00
parent 16f5bc07f8
commit 07dff62ac4

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;