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

This commit is contained in:
Hans
2024-12-20 18:19:18 +01:00
committed by GitHub
parent 61026a1ad0
commit 620e2b8dc1
+3 -3
View File
@@ -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