commit
ee48e78457
@ -12,22 +12,18 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tmux-${version}";
|
pname = "tmux";
|
||||||
version = "2.8";
|
version = "2.9";
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tmux";
|
owner = pname;
|
||||||
repo = "tmux";
|
repo = pname;
|
||||||
rev = "01918cb0170e07288d3aec624516e6470bf5b7fc";
|
rev = version;
|
||||||
sha256 = "1fy87wvxn7r7jzqapvjisc1iizic3kxqk2lv83giqmw1y4g3s7rl";
|
sha256 = "191y986k9q17fdxlh3ldkr81s8fpxj4n2lc2lys6hzi4ybrhgdik";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
sed -i 's/2.8-rc/2.8/' configure.ac
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
|
|
||||||
buildInputs = [ ncurses libevent makeWrapper ];
|
buildInputs = [ ncurses libevent makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user