tmuxPlugins.t-smart-tmux-session-manager: 2.8.0 -> 2.11.1 (#535911)

This commit is contained in:
Nick Cao
2026-06-29 20:03:19 +00:00
committed by GitHub
+2 -2
View File
@@ -1209,13 +1209,13 @@ in
t-smart-tmux-session-manager = mkTmuxPlugin rec {
pluginName = "t-smart-tmux-session-manager";
version = "2.8.0";
version = "2.11.1";
rtpFilePath = "t-smart-tmux-session-manager.tmux";
src = pkgs.fetchFromGitHub {
owner = "joshmedeski";
repo = "t-smart-tmux-session-manager";
rev = "v${version}";
hash = "sha256-EMDEEIWJ+XFOk0WsQPAwj9BFBVDNwFUCyd1ScceqKpc=";
hash = "sha256-iEiTF4NPUCVDp+bIfrbRx8HE1NrTJtxd667fTk0EfEA=";
};
nativeBuildInputs = [ pkgs.makeWrapper ];
postInstall = ''