hugo: 0.22.1 -> 0.23

This release includes a move to a new github organization.
This commit is contained in:
Yann Hodique 2017-06-16 01:56:31 -07:00
parent 2f45c37646
commit 3f97bcaf2d
2 changed files with 7 additions and 7 deletions

View File

@ -2,15 +2,15 @@
buildGoPackage rec { buildGoPackage rec {
name = "hugo-${version}"; name = "hugo-${version}";
version = "0.22.1"; version = "0.23";
goPackagePath = "github.com/spf13/hugo"; goPackagePath = "github.com/gohugoio/hugo";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spf13"; owner = "spf13";
repo = "hugo"; repo = "hugo";
rev = "v${version}"; rev = "v${version}";
sha256 = "0m459np11izsflwdja6k0znaxvd8zpgivvswnq9501m49h8m4x7q"; sha256 = "0phw5pcmrmryxb83jzifhqh3vx20qiwh4dkk802v38fw07z1hvki";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;

View File

@ -31,8 +31,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/bep/gitmap"; url = "https://github.com/bep/gitmap";
rev = "dcb907b39a0690430d435eb8f63cd8811961231f"; rev = "de8030ebafb76c6e84d50ee6d143382637c00598";
sha256 = "0bw4spyiidrvd8rls9g57mwxykfmv57qi9mcnjadbqrpv92br856"; sha256 = "0adkv2ghi0zd104akksa9wjzj7s849wpa1rij03mycgxp4si9ami";
}; };
} }
{ {
@ -247,8 +247,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/russross/blackfriday"; url = "https://github.com/russross/blackfriday";
rev = "0ba0f2b6ed7c475a92e4df8641825cb7a11d1fa3"; rev = "067529f716f4c3f5e37c8c95ddd59df1007290ae";
sha256 = "0jj9zkk64sxs8vpfhz95y9li30q6qnxm7sncsfjn2ykcdgs252f7"; sha256 = "1l61ib6r6mg587p58li5zhafjkkmrzacachcjg1cvw0k4zza9137";
}; };
} }
{ {