Unverified Commit 55c52f46 authored by Sebastián Zaffarano's avatar Sebastián Zaffarano
Browse files

tmuxPlugins.tmux-toggle-popup: init at 0.4.2

parent d3e3d9c9
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -1057,6 +1057,25 @@ in
      maintainers = with maintainers; [ o0th ];
    };
  };

  tmux-toggle-popup = mkTmuxPlugin rec {
    pluginName = "tmux-toggle-popup";
    rtpFilePath = "toggle-popup.tmux";
    version = "0.4.2";
    src = fetchFromGitHub {
      owner = "loichyan";
      repo = "tmux-toggle-popup";
      tag = "v${version}";
      hash = "sha256-dlCUK+yrBkY0DnKoj/s9dJ6yITBMfWMgw3wnwzuxim4=";
    };
    meta = with lib; {
      homepage = "https://github.com/loichyan/tmux-toggle-popup";
      description = "Handy plugin to create toggleable popups";
      license = licenses.mit;
      platforms = platforms.unix;
      maintainers = with maintainers; [ szaffarano ];
    };
  };
}
// lib.optionalAttrs config.allowAliases {
  mkDerivation = throw "tmuxPlugins.mkDerivation is deprecated, use tmuxPlugins.mkTmuxPlugin instead"; # added 2021-03-14