Merge pull request #51867 from couchemar/hub-2.6.1

gitAndTools.hub: 2.6.0 -> 2.6.1
This commit is contained in:
worldofpeace 2018-12-11 09:39:37 -05:00 committed by GitHub
commit 1aa709be21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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