hugo: 0.29 -> 0.30.2

Also requires updating the github.com/alecthomas/chroma dependency.
This commit is contained in:
Kier Davis 2017-12-29 19:57:30 +00:00
parent eaf2877cd8
commit 901fa266fb
No known key found for this signature in database
GPG key ID: 66378DA35FF9F0FA
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "hugo-${version}";
version = "0.29";
version = "0.30.2";
goPackagePath = "github.com/gohugoio/hugo";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "1vklws05534ig9rj55cqnxpqfsvns64kfdg6zjyrcpz7l0z07a33";
sha256 = "12dii2d0pirkj264857d5y83bdllk1knk5sjf31v0m9c25fapci0";
};
goDeps = ./deps.nix;

View file

@ -31,8 +31,8 @@
fetch = {
type = "git";
url = "https://github.com/alecthomas/chroma";
rev = "b0295f66bdb7c61d54906003d7649185794e21b4";
sha256 = "1hnvv13nphbzr9xm21fys7lgm0kd6qlbk58vc8fi802lxzsfmdis";
rev = "c9f612c1940a4951cd2b55811744632a7b3b3bb2";
sha256 = "0s1mzb175s96adxfx5vhyazpzfq9j4dzx4sr4n8gj7r8afkqys8h";
};
}
{