hugo: 0.25 -> 0.25.1

This commit is contained in:
Yann Hodique 2017-07-10 00:07:31 -07:00
parent 1532d5632f
commit ff5f7f9588

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "hugo-${version}";
version = "0.25";
version = "0.25.1";
goPackagePath = "github.com/gohugoio/hugo";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "01p063nsyhavf13cva3sdqdcc7s42gi7iry4v857f1c2i402f0zk";
sha256 = "09cyms74y9dw58npvj89bfhwc23phs1wqbzajjgl72rfgh83a1bz";
};
goDeps = ./deps.nix;