ghq: 0.7.4 -> 0.8.0
This commit is contained in:
parent
7bf191337e
commit
b6d3d7cfc4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "ghq-${version}";
|
name = "ghq-${version}";
|
||||||
version = "0.7.4";
|
version = "0.8.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/motemen/ghq";
|
goPackagePath = "github.com/motemen/ghq";
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||||||
owner = "motemen";
|
owner = "motemen";
|
||||||
repo = "ghq";
|
repo = "ghq";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0x2agr7why8mcjhq2j8kh8d0gbwx2333zgf1ribc9fn14ryas1j2";
|
sha256 = "1gdi0sbmq9kfi8hzd0dpgmhbmcf8q93jy3x08dd8smayrhbbwmld";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/codegangsta/cli";
|
goPackagePath = "github.com/daviddengcn/go-colortext";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/codegangsta/cli";
|
url = "https://github.com/daviddengcn/go-colortext";
|
||||||
rev = "0bdeddeeb0f650497d603c4ad7b20cfe685682f6";
|
rev = "805cee6e0d43c72ba1d4e3275965ff41e0da068a";
|
||||||
sha256 = "1ny63c7bfwfrsp7vfkvb4i0xhq4v7yxqnwxa52y4xlfxs4r6v6fg";
|
sha256 = "0z0ggqnprqchnd8zyrz99w53kr4sgv372lyx12z5nsh9q342pmyf";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@ -27,12 +27,12 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/daviddengcn/go-colortext";
|
goPackagePath = "github.com/urfave/cli";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/daviddengcn/go-colortext";
|
url = "https://github.com/urfave/cli";
|
||||||
rev = "805cee6e0d43c72ba1d4e3275965ff41e0da068a";
|
rev = "f017f86fccc5a039a98f23311f34fdf78b014f78";
|
||||||
sha256 = "0z0ggqnprqchnd8zyrz99w53kr4sgv372lyx12z5nsh9q342pmyf";
|
sha256 = "1biq4wl4z8l0ycinb39mfavnk13d0qnqqdplqybl7klxmk67cvhv";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user