Unverified Commit 620e2b8d authored by Hans's avatar Hans Committed by GitHub
Browse files

tmuxPlugins.sensible: unstable-2017-09-05 -> unstable-2022-08-14 (#191517)

parent 61026a1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -586,12 +586,12 @@ in rec {

  sensible = mkTmuxPlugin {
    pluginName = "sensible";
    version = "unstable-2017-09-05";
    version = "unstable-2022-08-14";
    src = fetchFromGitHub {
      owner = "tmux-plugins";
      repo = "tmux-sensible";
      rev = "e91b178ff832b7bcbbf4d99d9f467f63fd1b76b5";
      sha256 = "1z8dfbwblrbmb8sgb0k8h1q0dvfdz7gw57las8nwd5gj6ss1jyvx";
      rev = "25cb91f42d020f675bb0a2ce3fbd3a5d96119efa";
      sha256 = "sha256-sw9g1Yzmv2fdZFLJSGhx1tatQ+TtjDYNZI5uny0+5Hg=";
    };
    postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
      sed -e 's:reattach-to-user-namespace:${pkgs.reattach-to-user-namespace}/bin/reattach-to-user-namespace:g' -i $target/sensible.tmux