From 89e15afa6663c881db9a9a9fe9fc8a6ecdb6b9ac Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 27 Mar 2019 19:52:39 -0500 Subject: [PATCH] gitAndTools.hub: 2.10.0 -> 2.11.0 https://github.com/github/hub/releases/tag/v2.11.0 https://github.com/github/hub/releases/tag/v2.10.2 https://github.com/github/hub/releases/tag/v2.10.1 --- .../version-management/git-and-tools/hub/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/git-and-tools/hub/default.nix b/pkgs/applications/version-management/git-and-tools/hub/default.nix index 9f18beda7f93..de21501b314c 100644 --- a/pkgs/applications/version-management/git-and-tools/hub/default.nix +++ b/pkgs/applications/version-management/git-and-tools/hub/default.nix @@ -2,7 +2,7 @@ buildGoPackage rec { pname = "hub"; - version = "2.10.0"; + version = "2.11.0"; goPackagePath = "github.com/github/hub"; @@ -13,7 +13,7 @@ buildGoPackage rec { owner = "github"; repo = pname; rev = "v${version}"; - sha256 = "1vvrc3k81jm9c664g0j9666i7ypn7n7jfyj4gxcybq3sg2d4di27"; + sha256 = "0qgn3yy5qgcvf1kghrh4ks56smykv6gyni463frkjylhylz2jayz"; }; nativeBuildInputs = [ groff utillinux ];