gitAndTools.hub: 2.12.7 -> 2.12.8

Changelog: https://github.com/github/hub/releases/tag/v2.12.8
This commit is contained in:
Mario Rodas 2019-10-06 04:20:00 -05:00
parent 0002a7d9ee
commit 7f1d646b80
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.12.7";
version = "2.12.8";
goPackagePath = "github.com/github/hub";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
sha256 = "028hc2cgjgqmi9kvxhck4nvq02p095bp1d8qxc6q38aynwfmmhk5";
sha256 = "0a2dpg0w29nblk1dba9a35bpwwyf0zbqcgrwn4a8diyx27b77x3x";
};
nativeBuildInputs = [ groff utillinux ];