ghq: 0.8.0 -> 0.10.2

This commit is contained in:
TANIGUCHI Kohei
2019-04-29 04:57:52 +09:00
parent 5f14e83bd6
commit 0c8f9b8831
2 changed files with 166 additions and 12 deletions
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "ghq-${version}";
version = "0.8.0";
version = "0.10.2";
goPackagePath = "github.com/motemen/ghq";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "motemen";
repo = "ghq";
rev = "v${version}";
sha256 = "1gdi0sbmq9kfi8hzd0dpgmhbmcf8q93jy3x08dd8smayrhbbwmld";
sha256 = "1i7zmgv7760nrw8sayag90b8vvmbsiifgiqki5s3gs3ldnvlki5w";
};
goDeps = ./deps.nix;