Skip to content

Commit 698f1f9

Browse files
sigmavbgl
authored andcommittedJul 8, 2017
hugo: 0.24.1 -> 0.25
1 parent e81cf2f commit 698f1f9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎pkgs/applications/misc/hugo/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildGoPackage rec {
44
name = "hugo-${version}";
5-
version = "0.24.1";
5+
version = "0.25";
66

77
goPackagePath = "github.com/gohugoio/hugo";
88

99
src = fetchFromGitHub {
1010
owner = "gohugoio";
1111
repo = "hugo";
1212
rev = "v${version}";
13-
sha256 = "0zphxi11rny6wh1ysz7508fdrsbxj3n138q2bkkqaz0rrdab710a";
13+
sha256 = "01p063nsyhavf13cva3sdqdcc7s42gi7iry4v857f1c2i402f0zk";
1414
};
1515

1616
goDeps = ./deps.nix;

‎pkgs/applications/misc/hugo/deps.nix

+9
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,15 @@
359359
sha256 = "0kyf8km2pz259jmfqk5xcd7gnj9l98kjz12zrvq26n1c4043bmkz";
360360
};
361361
}
362+
{
363+
goPackagePath = "golang.org/x/image";
364+
fetch = {
365+
type = "git";
366+
url = "https://go.googlesource.com/image";
367+
rev = "426cfd8eeb6e08ab1932954e09e3c2cb2bc6e36d";
368+
sha256 = "0zbqvkn7amq9bnq38pxjqyn1xggphrisaw98x7diw3i0a5phk93r";
369+
};
370+
}
362371
{
363372
goPackagePath = "golang.org/x/net";
364373
fetch = {

0 commit comments

Comments
 (0)
Please sign in to comment.