Merge pull request #72963 from marsam/update-hub

hub: 2.12.8 -> 2.13.0
This commit is contained in:
Marek Mahut
2019-11-07 15:44:55 +01:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "hub";
version = "2.12.8";
version = "2.13.0";
goPackagePath = "github.com/github/hub";
@@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
sha256 = "0a2dpg0w29nblk1dba9a35bpwwyf0zbqcgrwn4a8diyx27b77x3x";
sha256 = "18b0r16fk5wahvysqvg6vzjr7smyc2sdxp9sf55viby3kkwjfbkh";
};
nativeBuildInputs = [ groff utillinux ];