Merge pull request #48574 from kmille/tmux-2.8

tmux: 2.7 -> 2.8
This commit is contained in:
Florian Klink 2018-10-16 20:09:59 +02:00 committed by GitHub
commit 887bf77621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ in
stdenv.mkDerivation rec {
name = "tmux-${version}";
version = "2.7";
version = "2.8";
outputs = [ "out" "man" ];
@ -21,9 +21,13 @@ stdenv.mkDerivation rec {
owner = "tmux";
repo = "tmux";
rev = version;
sha256 = "1yr4l8ckd67c3id4vrbpha91xxpdfpw0cpbr3v81lam0m7k4rgba";
sha256 = "0n8sjddy00xgh1rvvw968hh72pyslg1gahmzajfc4b3xax87drpi";
};
postPatch = ''
sed -i 's/2.8-rc/2.8/' configure.ac
'';
nativeBuildInputs = [ pkgconfig autoreconfHook ];
buildInputs = [ ncurses libevent makeWrapper ];