summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-05-03 14:59:28 -0500
committerGitHub <noreply@github.com>2019-05-03 14:59:28 -0500
commit069aeee3b8d45e7730d51cdd99b095f643b02e4d (patch)
treee86cefede2c770afdf351ff29466466220427163
parentpax-rs: restrict to Linux platforms (diff)
parenttmux: 2.9 -> 2.9a (diff)
downloadnixpkgs-069aeee3b8d45e7730d51cdd99b095f643b02e4d.tar.gz
Merge pull request #60704 from xrelkd/update/tmux
tmux: 2.9 -> 2.9a
-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 d102d27a6c4c..36127dd57e64 100644
--- a/pkgs/tools/misc/tmux/default.nix
+++ b/pkgs/tools/misc/tmux/default.nix
@@ -13,7 +13,7 @@ in
stdenv.mkDerivation rec {
pname = "tmux";
- version = "2.9";
+ version = "2.9a";
outputs = [ "out" "man" ];
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = pname;
repo = pname;
rev = version;
- sha256 = "191y986k9q17fdxlh3ldkr81s8fpxj4n2lc2lys6hzi4ybrhgdik";
+ sha256 = "040plbgxlz14q5p0p3wapr576jbirwripmsjyq3g1nxh76jh1ipg";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];