Unverified Commit 52de0826 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

tmuxPlugins.vim-tmux-navigator: unstable-2022-08-21 -> unstable-2025-04-25 (#401761)

parents dbbff2f1 8f00a09a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -995,12 +995,12 @@ in
  vim-tmux-navigator = mkTmuxPlugin {
    pluginName = "vim-tmux-navigator";
    rtpFilePath = "vim-tmux-navigator.tmux";
    version = "unstable-2022-08-21";
    version = "unstable-2025-04-25";
    src = fetchFromGitHub {
      owner = "christoomey";
      repo = "vim-tmux-navigator";
      rev = "afb45a55b452b9238159047ce7c6e161bd4a9907";
      hash = "sha256-8A+Yt9uhhAP76EiqUopE8vl7/UXkgU2x000EOcF7pl0=";
      rev = "33afa80db65113561dc53fa732b7f5e53d5ecfd0";
      hash = "sha256-h3c5ki8N4kiNzbgjxHwLh625un6GqbLZv/4dPVW3vCI=";
    };
  };