about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmux
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-09 20:03:22 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-09 20:03:22 +0200
commit841cd68a2c05303b558583cfd85de0c58c044add (patch)
treecc8a8e9b430b5766ce1d63a5b94721c20816003e /pkgs/tools/misc/tmux
parentfdf46783c776c84389e7ee46193e5a18adc119f6 (diff)
tmux: 3.3 -> 3.3a
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 0d9ef7cd21d1a..fd4361d27678a 100644
--- a/pkgs/tools/misc/tmux/default.nix
+++ b/pkgs/tools/misc/tmux/default.nix
@@ -23,7 +23,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "tmux";
-  version = "3.3";
+  version = "3.3a";
 
   outputs = [ "out" "man" ];
 
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     owner = "tmux";
     repo = "tmux";
     rev = version;
-    sha256 = "sha256-Sxj2vXkbbPNRrqJKeIYwI7xdBtwRbl6a6a3yZr7UWW0=";
+    sha256 = "sha256-SygHxTe7N4y7SdzKixPFQvqRRL57Fm8zWYHfTpW+yVY=";
   };
 
   nativeBuildInputs = [