gitAndTools.hub: 2.6.1 -> 2.7.0

This commit is contained in:
Andrey Pavlov 2018-12-29 15:16:48 +03:00
parent d132c08aa1
commit de3af6d080

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "hub-${version}";
version = "2.6.1";
version = "2.7.0";
goPackagePath = "github.com/github/hub";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "github";
repo = "hub";
rev = "v${version}";
sha256 = "1gq8nmzdsqicjgam3h48l0dad46dn9mx9blr1413rc2cp9qmg7d4";
sha256 = "1p90m1xp3jahs5y0lp0qfmfa7wqn7gxyygn7x45a6cbf2zzlb86l";
};
nativeBuildInputs = [ groff ronn utillinux ];