1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

hugo: 0.22 -> 0.22.1 (#26558)

thanks
This commit is contained in:
Yann Hodique 2017-06-13 12:40:45 -07:00 committed by Joachim Schiele
parent a9b2de487b
commit 5c8192c7d6

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "hugo-${version}";
version = "0.22";
version = "0.22.1";
goPackagePath = "github.com/spf13/hugo";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "spf13";
repo = "hugo";
rev = "v${version}";
sha256 = "1gjkzvpd8hpr77v6lxrry8diigr8ch8cvwb8gkbd0z33wsvr2vqi";
sha256 = "0m459np11izsflwdja6k0znaxvd8zpgivvswnq9501m49h8m4x7q";
};
goDeps = ./deps.nix;