tmuxPlugins.tmux-toggle-popup: 0.4.2 -> 0.4.3
This commit is contained in:
parent
d32ba1a0cc
commit
349cc3a4f2
@ -1103,12 +1103,12 @@ in
|
|||||||
tmux-toggle-popup = mkTmuxPlugin rec {
|
tmux-toggle-popup = mkTmuxPlugin rec {
|
||||||
pluginName = "tmux-toggle-popup";
|
pluginName = "tmux-toggle-popup";
|
||||||
rtpFilePath = "toggle-popup.tmux";
|
rtpFilePath = "toggle-popup.tmux";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "loichyan";
|
owner = "loichyan";
|
||||||
repo = "tmux-toggle-popup";
|
repo = "tmux-toggle-popup";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-dlCUK+yrBkY0DnKoj/s9dJ6yITBMfWMgw3wnwzuxim4=";
|
hash = "sha256-uQihpmQTJbjx5euXSGOFlekFgCTYXGu7SQYqyZjKLM8=";
|
||||||
};
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/loichyan/tmux-toggle-popup";
|
homepage = "https://github.com/loichyan/tmux-toggle-popup";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user