Merge pull request #86351 from matthiasbeyer/update-tmux

tmux: 3.1 -> 3.1a

authored by Mario Rodas and committed by GitHub 75c39e0d 2d7e0098

+2 -2
+2 -2
pkgs/tools/misc/tmux/default.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "tmux"; 24 - version = "3.1"; 25 26 outputs = [ "out" "man" ]; 27 ··· 29 owner = "tmux"; 30 repo = "tmux"; 31 rev = version; 32 - sha256 = "1jgxal6jzzannh7hb3617r6g5p9yczl6a78m4kjnf3cxxm4jdaxz"; 33 }; 34 35 nativeBuildInputs = [
··· 21 22 stdenv.mkDerivation rec { 23 pname = "tmux"; 24 + version = "3.1a"; 25 26 outputs = [ "out" "man" ]; 27 ··· 29 owner = "tmux"; 30 repo = "tmux"; 31 rev = version; 32 + sha256 = "1j85d5mj7zf3k17wsrm45m79ygc6dljc4as3crvp12r45k8xg9k6"; 33 }; 34 35 nativeBuildInputs = [