tmuxPlugins.tmux-toggle-popup: 0.4.4 -> 0.5.1 (#512684)

This commit is contained in:
Nick Cao
2026-05-07 21:18:40 +00:00
committed by GitHub
+2 -2
View File
@@ -1188,12 +1188,12 @@ in
tmux-toggle-popup = mkTmuxPlugin rec {
pluginName = "tmux-toggle-popup";
rtpFilePath = "toggle-popup.tmux";
version = "0.4.4";
version = "0.5.1";
src = fetchFromGitHub {
owner = "loichyan";
repo = "tmux-toggle-popup";
tag = "v${version}";
hash = "sha256-tiiM5ETSrceyAyqhYRXjG1qCbjzZ0NJL5GWWbWX7Cbo=";
hash = "sha256-daUCkt1Np8ZYvLc3Bx0HvhnI988q7lIayJju/GB6Klw=";
};
meta = {
homepage = "https://github.com/loichyan/tmux-toggle-popup";