summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-11 09:39:37 -0500
committerGitHub <noreply@github.com>2018-12-11 09:39:37 -0500
commit1aa709be21747840de58a7083a5c2b4594f3390a (patch)
tree32f97a2e6b6fcda6cb32e96017b998e9de4c5d4f /pkgs
parent4a6367e262453ff251a367453c73a8a8654fa004 (diff)
parent6153dc76f23b65411440eca2c728acbe0b5e55f9 (diff)
downloadnixpkgs-1aa709be21747840de58a7083a5c2b4594f3390a.tar
nixpkgs-1aa709be21747840de58a7083a5c2b4594f3390a.tar.gz
nixpkgs-1aa709be21747840de58a7083a5c2b4594f3390a.tar.bz2
nixpkgs-1aa709be21747840de58a7083a5c2b4594f3390a.tar.lz
nixpkgs-1aa709be21747840de58a7083a5c2b4594f3390a.tar.xz
nixpkgs-1aa709be21747840de58a7083a5c2b4594f3390a.tar.zst
nixpkgs-1aa709be21747840de58a7083a5c2b4594f3390a.zip
Merge pull request #51867 from couchemar/hub-2.6.1
gitAndTools.hub: 2.6.0 -> 2.6.1
Diffstat (limited to 'pkgs')
-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 e01101c6a66..acb82253406 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 {
   name = "hub-${version}";
-  version = "2.6.0";
+  version = "2.6.1";
 
   goPackagePath = "github.com/github/hub";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "github";
     repo = "hub";
     rev = "v${version}";
-    sha256 = "0hxmbpyv2yjxg4v3z50x5ikgcz7mgv5prya8jcpi277vq2s0wwa1";
+    sha256 = "1gq8nmzdsqicjgam3h48l0dad46dn9mx9blr1413rc2cp9qmg7d4";
   };
 
   nativeBuildInputs = [ groff ronn utillinux ];