gitAndTools.hub: 2.14.1 -> 2.14.2

Changelog: https://github.com/github/hub/releases/tag/v2.14.2
This commit is contained in:
Mario Rodas 2020-03-12 04:20:00 -05:00 committed by Matthieu Coudron
parent 3274fcc09e
commit 6881eb96a9

View File

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