summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/git-and-tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-06 16:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-11-06 16:20:00 -0500
commit58975005b2862ae72c96622f860c2d643d51f365 (patch)
tree325e63b9e8f21802b511f2f2f30b725ed5a0e166 /pkgs/applications/version-management/git-and-tools
parent85f3d86bea70fe0d76a7e3520966c58604f8e5e9 (diff)
gitAndTools.hub: 2.12.8 -> 2.13.0
Changelog: https://github.com/github/hub/releases/tag/v2.13.0
Diffstat (limited to 'pkgs/applications/version-management/git-and-tools')
-rw-r--r--pkgs/applications/version-management/git-and-tools/hub/default.nix4
1 files 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 e40bfc9961b7..ee21a2158ac6 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.12.8";
+ version = "2.13.0";
goPackagePath = "github.com/github/hub";
@@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
- sha256 = "0a2dpg0w29nblk1dba9a35bpwwyf0zbqcgrwn4a8diyx27b77x3x";
+ sha256 = "18b0r16fk5wahvysqvg6vzjr7smyc2sdxp9sf55viby3kkwjfbkh";
};
nativeBuildInputs = [ groff utillinux ];