Merge pull request #58524 from dtzWill/update/hub-2.11.0

gitAndTools.hub: 2.10.0 -> 2.11.0
This commit is contained in:
Pascal Wittmann 2019-03-29 10:38:31 +01:00 committed by GitHub
commit b514ec36fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "hub";
version = "2.10.0";
version = "2.11.0";
goPackagePath = "github.com/github/hub";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
sha256 = "1vvrc3k81jm9c664g0j9666i7ypn7n7jfyj4gxcybq3sg2d4di27";
sha256 = "0qgn3yy5qgcvf1kghrh4ks56smykv6gyni463frkjylhylz2jayz";
};
nativeBuildInputs = [ groff utillinux ];