gitAndTools.hub: 2.11.2 -> 2.12.0

This commit is contained in:
Mario Rodas 2019-06-17 22:00:00 -05:00
parent 12a0083503
commit 2870bf6ccd
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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