From 52ce512c35c061e20a38924f1748c50d9d06836f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 27 Jun 2026 05:32:39 +0000 Subject: [PATCH] tmuxPlugins.t-smart-tmux-session-manager: 2.8.0 -> 2.11.1 --- pkgs/misc/tmux-plugins/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix index c4ae37f164e1..385de7d5eb8d 100644 --- a/pkgs/misc/tmux-plugins/default.nix +++ b/pkgs/misc/tmux-plugins/default.nix @@ -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 = ''