Skip to content

Commit

Permalink
Merge pull request #78187 from dtzWill/update/hub-2.14.1
Browse files Browse the repository at this point in the history
gitAndTools.hub: 2.13.0 -> 2.14.1
  • Loading branch information
globin committed Jan 21, 2020
2 parents 79f86d7 + 35363c3 commit 87f88b0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "hub";
version = "2.13.0";
version = "2.14.1";

goPackagePath = "github.com/github/hub";

Expand All @@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
sha256 = "18b0r16fk5wahvysqvg6vzjr7smyc2sdxp9sf55viby3kkwjfbkh";
sha256 = "0b179sp8z2blzh4a0c2pjbbiya68x2i4cnmcci58r8k0mwrx6mw1";
};

nativeBuildInputs = [ groff utillinux ];
Expand Down

0 comments on commit 87f88b0

Please sign in to comment.