hugo: 0.24.1 -> 0.25

This commit is contained in:
Yann Hodique 2017-07-07 07:27:04 -07:00 committed by vbgl
parent e81cf2f06c
commit 698f1f9717
2 changed files with 11 additions and 2 deletions

View File

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

View File

@ -359,6 +359,15 @@
sha256 = "0kyf8km2pz259jmfqk5xcd7gnj9l98kjz12zrvq26n1c4043bmkz";
};
}
{
goPackagePath = "golang.org/x/image";
fetch = {
type = "git";
url = "https://go.googlesource.com/image";
rev = "426cfd8eeb6e08ab1932954e09e3c2cb2bc6e36d";
sha256 = "0zbqvkn7amq9bnq38pxjqyn1xggphrisaw98x7diw3i0a5phk93r";
};
}
{
goPackagePath = "golang.org/x/net";
fetch = {