Merge pull request #65123 from marsam/update-hub

gitAndTools.hub: 2.12.2 -> 2.12.3
This commit is contained in:
Mario Rodas 2019-07-19 23:10:11 -05:00 committed by GitHub
commit 0fd243baff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "hub";
version = "2.12.2";
version = "2.12.3";
goPackagePath = "github.com/github/hub";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
sha256 = "0sxfmjg26s86m5xa9nbj8287kg12kygxw6gggahal6v7zjhwcvaz";
sha256 = "13l4nc3k6vl9x1x0153mwi351j3z266wx0fp7xw2851avrgkk9zg";
};
nativeBuildInputs = [ groff utillinux ];