about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmux
diff options
context:
space:
mode:
authorPamplemousse <xav.maso@gmail.com>2019-12-11 09:23:46 -0700
committerPamplemousse <xav.maso@gmail.com>2019-12-11 09:23:46 -0700
commit9297c0cef6c0a858c592d224b7c1f3f53022834f (patch)
treeeafaaec9b8cf9cbacf26710b321fb6742634c780 /pkgs/tools/misc/tmux
parent7d17a24e0e6143fe3c6e5f9c3bbdcaa74310c011 (diff)
tmux: 3.0 -> 3.0a
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 c628ae30e959e..1aa221bd59e37 100644
--- a/pkgs/tools/misc/tmux/default.nix
+++ b/pkgs/tools/misc/tmux/default.nix
@@ -21,7 +21,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "tmux";
-  version = "3.0";
+  version = "3.0a";
 
   outputs = [ "out" "man" ];
 
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     owner = "tmux";
     repo = "tmux";
     rev = version;
-    sha256 = "0772hajzgpl4cvb9l2bma9hmnh4jg1phvqr2gg4292w34n5dsl3k";
+    sha256 = "0y9lv1yr0x50v3k70vzkc8hfr7yijlsi30p7dr7i8akp3lwmmc7h";
   };
 
   nativeBuildInputs = [