tmux 2.5 -> tmux 2.6

Version bump
This commit is contained in:
dupgit 2017-10-05 21:43:16 +02:00 committed by GitHub
parent 9e754a6f86
commit e455bdcd51

View File

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