gitAndTools.hub: 2.9.0 -> 2.10.0

https://github.com/github/hub/releases/tag/v2.10.0
This commit is contained in:
Will Dietz 2019-02-24 10:46:15 -06:00
parent cab4a718de
commit 0185daf3ab

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "hub";
version = "2.9.0";
version = "2.10.0";
goPackagePath = "github.com/github/hub";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
sha256 = "0yxpr606xx23l8823hjqj16cvjjrwb28c7z08ml1pkfvaf7w4n81";
sha256 = "1vvrc3k81jm9c664g0j9666i7ypn7n7jfyj4gxcybq3sg2d4di27";
};
nativeBuildInputs = [ groff ronn utillinux glibcLocales ];