hub: 2.4.0 -> 2.5.0

This commit is contained in:
Will Dietz 2018-07-16 10:55:13 -05:00
parent 23b2b490a1
commit 553fd39e53

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 ] ++