From 7f1d646b80469fd19dadca622d8dba75252e4e16 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 6 Oct 2019 04:20:00 -0500 Subject: [PATCH] gitAndTools.hub: 2.12.7 -> 2.12.8 Changelog: https://github.com/github/hub/releases/tag/v2.12.8 --- .../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 c3d0ddfe4e3f..e40bfc9961b7 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.7"; + version = "2.12.8"; goPackagePath = "github.com/github/hub"; @@ -13,7 +13,7 @@ buildGoPackage rec { owner = "github"; repo = pname; rev = "v${version}"; - sha256 = "028hc2cgjgqmi9kvxhck4nvq02p095bp1d8qxc6q38aynwfmmhk5"; + sha256 = "0a2dpg0w29nblk1dba9a35bpwwyf0zbqcgrwn4a8diyx27b77x3x"; }; nativeBuildInputs = [ groff utillinux ];