3
0
Fork 0
forked from mirrors/nixpkgs

hub: 2.11.1 -> 2.11.2 (#59502)

https://github.com/github/hub/releases/tag/v2.11.2
This commit is contained in:
Will Dietz 2019-04-15 06:29:48 -05:00 committed by Timo Kaufmann
parent 15e7d10ca5
commit 4e3b5a0753

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "hub";
version = "2.11.1";
version = "2.11.2";
goPackagePath = "github.com/github/hub";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
sha256 = "1gq3m4w4j63n3i43pyq2niwacd8cjypaj27yjabb582x63a431xy";
sha256 = "11ipc2vpy52r1ql9r4iyam1sjchb7f01ffc39fvz6d5hhjaz3i9b";
};
nativeBuildInputs = [ groff utillinux ];