tmuxPlugins.tmux-toggle-popup: 0.4.2 -> 0.4.3

This commit is contained in:
Sebastián Zaffarano 2025-08-14 11:02:21 +02:00
parent d32ba1a0cc
commit 349cc3a4f2
No known key found for this signature in database
GPG Key ID: 5358B137FE5BE376

View File

@ -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";