summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-06-08 14:08:57 +0100
committerGitHub <noreply@github.com>2018-06-08 14:08:57 +0100
commit82b1edd9e8d9d830a26b0fd4bb465ef35e459ece (patch)
tree91187cdfc66de36f60b09943dd525b6eef6d483f /pkgs/applications
parent38672fa1e414eeacc2c5e916f75b4a7713ba4db8 (diff)
parent77c2ca6be2264d8068113be8182d148d13251380 (diff)
downloadnixpkgs-82b1edd9e8d9d830a26b0fd4bb465ef35e459ece.tar
nixpkgs-82b1edd9e8d9d830a26b0fd4bb465ef35e459ece.tar.gz
nixpkgs-82b1edd9e8d9d830a26b0fd4bb465ef35e459ece.tar.bz2
nixpkgs-82b1edd9e8d9d830a26b0fd4bb465ef35e459ece.tar.lz
nixpkgs-82b1edd9e8d9d830a26b0fd4bb465ef35e459ece.tar.xz
nixpkgs-82b1edd9e8d9d830a26b0fd4bb465ef35e459ece.tar.zst
nixpkgs-82b1edd9e8d9d830a26b0fd4bb465ef35e459ece.zip
Merge pull request #41670 from couchemar/hub-2.4.0
hub: 2.3.0 -> 2.4.0
Diffstat (limited to 'pkgs/applications')
-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 46d33d1944c..1a6e8bc56f4 100644
--- a/pkgs/applications/version-management/git-and-tools/hub/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/hub/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "hub-${version}";
-  version = "2.3.0";
+  version = "2.4.0";
 
   src = fetchgit {
     url = https://github.com/github/hub.git;
     rev = "refs/tags/v${version}";
-    sha256 = "0rx5izxgjxh4jdn991x90xvgbc7nhwx15pkmmzc8rkdzf0hnas1s";
+    sha256 = "1lr6vg0zhg2air9bnzcl811g97jraxq05l3cs46wqqflwy57xpz2";
   };