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 {
pluginName = "tmux-toggle-popup";
rtpFilePath = "toggle-popup.tmux";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "loichyan";
repo = "tmux-toggle-popup";
tag = "v${version}";
hash = "sha256-dlCUK+yrBkY0DnKoj/s9dJ6yITBMfWMgw3wnwzuxim4=";
hash = "sha256-uQihpmQTJbjx5euXSGOFlekFgCTYXGu7SQYqyZjKLM8=";
};
meta = with lib; {
homepage = "https://github.com/loichyan/tmux-toggle-popup";