tmuxPlugins.tmux-toggle-popup: 0.4.2 -> 0.4.3 (#433602)

This commit is contained in:
Wolfgang Walther 2025-08-15 16:21:08 +00:00 committed by GitHub
commit 1fce5c8d99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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