about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-05-23 13:40:17 +0200
committerRobin Gloster <mail@glob.in>2017-05-23 13:40:17 +0200
commitc5090b4de6f4511bd839eaf0d0b5e1ee16f0810e (patch)
treeae5c7721358e1f8492a0fd8b3b2792cdc2b06506
parentece9d8867b73a183407c1cb1e9b940357b42dcd3 (diff)
downloadnixlib-c5090b4de6f4511bd839eaf0d0b5e1ee16f0810e.tar
nixlib-c5090b4de6f4511bd839eaf0d0b5e1ee16f0810e.tar.gz
nixlib-c5090b4de6f4511bd839eaf0d0b5e1ee16f0810e.tar.bz2
nixlib-c5090b4de6f4511bd839eaf0d0b5e1ee16f0810e.tar.lz
nixlib-c5090b4de6f4511bd839eaf0d0b5e1ee16f0810e.tar.xz
nixlib-c5090b4de6f4511bd839eaf0d0b5e1ee16f0810e.tar.zst
nixlib-c5090b4de6f4511bd839eaf0d0b5e1ee16f0810e.zip
tux: 2.3 -> 2.5
-rw-r--r--pkgs/tools/misc/tmux/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tmux/default.nix b/pkgs/tools/misc/tmux/default.nix
index 95d1a7275d9b..ac564de0ea6d 100644
--- a/pkgs/tools/misc/tmux/default.nix
+++ b/pkgs/tools/misc/tmux/default.nix
@@ -13,7 +13,7 @@ in
 
 stdenv.mkDerivation rec {
   name = "tmux-${version}";
-  version = "2.3";
+  version = "2.5";
 
   outputs = [ "out" "man" ];
 
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     owner = "tmux";
     repo = "tmux";
     rev = version;
-    sha256 = "14c6iw0p3adz7w8jm42w9f3s1zph9is10cbwdjgh5bvifrhxrary";
+    sha256 = "0h0c6rwp4bjifqx9wpx7y0bmayvrvvgh9211rdk4nsf81j17n6vx";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook ];