tmux: 2.6 -> 2.7

changelog: https://raw.githubusercontent.com/tmux/tmux/2.7/CHANGES
This commit is contained in:
Jörg Thalheim 2018-05-22 19:44:19 +01:00
parent 0e35858252
commit d5e785d967

View File

@ -13,7 +13,7 @@ in
stdenv.mkDerivation rec {
name = "tmux-${version}";
version = "2.6";
version = "2.7";
outputs = [ "out" "man" ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "tmux";
repo = "tmux";
rev = version;
sha256 = "0605y0nwfmf0mnq075vk80897c2cvhxxvxinqq7hvrpjf2ph5mww";
sha256 = "1yr4l8ckd67c3id4vrbpha91xxpdfpw0cpbr3v81lam0m7k4rgba";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];