Skip to content

Commit

Permalink
hub: 2.11.1 -> 2.11.2 (#59502)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill authored and timokau committed Apr 15, 2019
1 parent 15e7d10 commit 4e3b5a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "hub";
version = "2.11.1";
version = "2.11.2";

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

Expand All @@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
sha256 = "1gq3m4w4j63n3i43pyq2niwacd8cjypaj27yjabb582x63a431xy";
sha256 = "11ipc2vpy52r1ql9r4iyam1sjchb7f01ffc39fvz6d5hhjaz3i9b";
};

nativeBuildInputs = [ groff utillinux ];
Expand Down

0 comments on commit 4e3b5a0

Please sign in to comment.