mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
tmuxPlugins.jump: init at 2020-06-26
This commit is contained in:
parent
49715830f9
commit
4115b5adb1
@ -180,6 +180,26 @@ in rec {
|
||||
};
|
||||
};
|
||||
|
||||
jump = mkDerivation {
|
||||
pluginName = "jump";
|
||||
version = "2020-06-26";
|
||||
rtpFilePath = "tmux-jump.tmux";
|
||||
src = fetchFromGitHub {
|
||||
owner = "schasse";
|
||||
repo = "tmux-jump";
|
||||
rev = "416f613d3eaadbe1f6f9eda77c49430527ebaffb";
|
||||
sha256 = "1xbzdyhsgaq2in0f8f491gwjmx6cxpkf2c35d2dk0kg4jfs505sz";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/schasse/tmux-jump";
|
||||
description = "Vimium/Easymotion like navigation for tmux";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ arnarg ];
|
||||
};
|
||||
};
|
||||
|
||||
logging = mkDerivation {
|
||||
pluginName = "logging";
|
||||
version = "unstable-2019-04-19";
|
||||
|
Loading…
Reference in New Issue
Block a user