ghq: 0.10.2 -> 0.12.6

This commit is contained in:
Yann Hodique
2019-08-31 17:59:29 -07:00
parent d835da5ee9
commit a93a14e31c
2 changed files with 21 additions and 75 deletions
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "ghq";
version = "0.10.2";
version = "0.12.6";
goPackagePath = "github.com/motemen/ghq";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "motemen";
repo = "ghq";
rev = "v${version}";
sha256 = "1i7zmgv7760nrw8sayag90b8vvmbsiifgiqki5s3gs3ldnvlki5w";
sha256 = "14rm7fvphr7r9x0ys10vhzjwhfhhscgr574n1i1z4lzw551lrnp4";
};
goDeps = ./deps.nix;