3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #43617 from dtzWill/update/hub-2.5.0

hub: 2.4.0 -> 2.5.0
This commit is contained in:
lewo 2018-07-17 15:39:49 +02:00 committed by GitHub
commit 8155016932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "hub-${version}"; name = "hub-${version}";
version = "2.4.0"; version = "2.5.0";
goPackagePath = "github.com/github/hub"; goPackagePath = "github.com/github/hub";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "github"; owner = "github";
repo = "hub"; repo = "hub";
rev = "v${version}"; rev = "v${version}";
sha256 = "1lr6vg0zhg2air9bnzcl811g97jraxq05l3cs46wqqflwy57xpz2"; sha256 = "03nj3b17m700l3pib9jlzxz2vh8w54srv6x63l53sb4dff3izfsz";
}; };
buildInputs = [ groff ronn ruby utillinux ] ++ buildInputs = [ groff ronn ruby utillinux ] ++