gitAndTools.hub: 2.11.2 -> 2.12.0
This commit is contained in:
parent
12a0083503
commit
2870bf6ccd
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "hub";
|
pname = "hub";
|
||||||
version = "2.11.2";
|
version = "2.12.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/github/hub";
|
goPackagePath = "github.com/github/hub";
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ buildGoPackage rec {
|
|||||||
owner = "github";
|
owner = "github";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11ipc2vpy52r1ql9r4iyam1sjchb7f01ffc39fvz6d5hhjaz3i9b";
|
sha256 = "0wv0s0bhl7akyshzcsqlk8ws84cjdjizfpn6m9674lw9vs9rj2sj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ groff utillinux ];
|
nativeBuildInputs = [ groff utillinux ];
|
||||||
|
Loading…
Reference in New Issue
Block a user