about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmux
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-30 17:37:14 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-30 17:37:14 +0200
commit65ec5b1dc46a4e589cbaabf2eb3951fffab332a7 (patch)
tree4faaeb463697c84a7fc9a81d5b6a313160a41174 /pkgs/tools/misc/tmux
parent4d8e445a142be982fdba6f93f8ae5e196a54b763 (diff)
tmux: 2.2 -> 2.3
Diffstat (limited to 'pkgs/tools/misc/tmux')
-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 ccecd819948ab..9052c5ce6d53a 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.2";
+  version = "2.3";
 
   outputs = [ "out" "man" ];
 
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     owner = "tmux";
     repo = "tmux";
     rev = version;
-    sha256 = "04k9yxjp357sdw6365z6qx87vmwygl3v3wpvd78pp63ky5hzbbay";
+    sha256 = "14c6iw0p3adz7w8jm42w9f3s1zph9is10cbwdjgh5bvifrhxrary";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook ];