Merge pull request #30458 from sigma/pr/ghq-0.8.0

ghq: 0.7.4 -> 0.8.0
This commit is contained in:
Jörg Thalheim 2017-10-17 02:42:57 +01:00 committed by GitHub
commit e935fbf43f
2 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "ghq-${version}";
version = "0.7.4";
version = "0.8.0";
goPackagePath = "github.com/motemen/ghq";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "motemen";
repo = "ghq";
rev = "v${version}";
sha256 = "0x2agr7why8mcjhq2j8kh8d0gbwx2333zgf1ribc9fn14ryas1j2";
sha256 = "1gdi0sbmq9kfi8hzd0dpgmhbmcf8q93jy3x08dd8smayrhbbwmld";
};
goDeps = ./deps.nix;

View File

@ -1,11 +1,11 @@
[
{
goPackagePath = "github.com/codegangsta/cli";
goPackagePath = "github.com/daviddengcn/go-colortext";
fetch = {
type = "git";
url = "https://github.com/codegangsta/cli";
rev = "0bdeddeeb0f650497d603c4ad7b20cfe685682f6";
sha256 = "1ny63c7bfwfrsp7vfkvb4i0xhq4v7yxqnwxa52y4xlfxs4r6v6fg";
url = "https://github.com/daviddengcn/go-colortext";
rev = "805cee6e0d43c72ba1d4e3275965ff41e0da068a";
sha256 = "0z0ggqnprqchnd8zyrz99w53kr4sgv372lyx12z5nsh9q342pmyf";
};
}
{
@ -27,12 +27,12 @@
};
}
{
goPackagePath = "github.com/daviddengcn/go-colortext";
goPackagePath = "github.com/urfave/cli";
fetch = {
type = "git";
url = "https://github.com/daviddengcn/go-colortext";
rev = "805cee6e0d43c72ba1d4e3275965ff41e0da068a";
sha256 = "0z0ggqnprqchnd8zyrz99w53kr4sgv372lyx12z5nsh9q342pmyf";
url = "https://github.com/urfave/cli";
rev = "f017f86fccc5a039a98f23311f34fdf78b014f78";
sha256 = "1biq4wl4z8l0ycinb39mfavnk13d0qnqqdplqybl7klxmk67cvhv";
};
}
]