summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWill Dietz <github@wdtz.org>2018-08-24 16:00:00 -0500
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-24 23:00:00 +0200
commit5903cc1b2d3e003029c22461b38941351a4d9baf (patch)
tree0bd17eae15d4b96887c6bd519499fc3fcc4c865b /pkgs
parentd627a86f54ca712fe66eaabd1a60f366109c8c40 (diff)
downloadnixlib-5903cc1b2d3e003029c22461b38941351a4d9baf.tar
nixlib-5903cc1b2d3e003029c22461b38941351a4d9baf.tar.gz
nixlib-5903cc1b2d3e003029c22461b38941351a4d9baf.tar.bz2
nixlib-5903cc1b2d3e003029c22461b38941351a4d9baf.tar.lz
nixlib-5903cc1b2d3e003029c22461b38941351a4d9baf.tar.xz
nixlib-5903cc1b2d3e003029c22461b38941351a4d9baf.tar.zst
nixlib-5903cc1b2d3e003029c22461b38941351a4d9baf.zip
hub: 2.5.0 -> 2.5.1 (#45599)
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 12b7b8965efa..113d7f78b905 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.5.0";
+  version = "2.5.1";
 
   goPackagePath = "github.com/github/hub";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "github";
     repo = "hub";
     rev = "v${version}";
-    sha256 = "03nj3b17m700l3pib9jlzxz2vh8w54srv6x63l53sb4dff3izfsz";
+    sha256 = "0a5i351v998vdwf883qhh39c15x56db01fr9hscz4ha7r9550pqg";
   };
 
   buildInputs = [ groff ronn ruby utillinux ] ++