tmuxPlugins.tmux-toggle-popup: 0.4.3 -> 0.4.4 (#445780)

This commit is contained in:
Nick Cao
2025-09-26 19:37:18 +00:00
committed by GitHub
+2 -2
View File
@@ -1131,12 +1131,12 @@ in
tmux-toggle-popup = mkTmuxPlugin rec {
pluginName = "tmux-toggle-popup";
rtpFilePath = "toggle-popup.tmux";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "loichyan";
repo = "tmux-toggle-popup";
tag = "v${version}";
hash = "sha256-uQihpmQTJbjx5euXSGOFlekFgCTYXGu7SQYqyZjKLM8=";
hash = "sha256-tiiM5ETSrceyAyqhYRXjG1qCbjzZ0NJL5GWWbWX7Cbo=";
};
meta = with lib; {
homepage = "https://github.com/loichyan/tmux-toggle-popup";