Skip to content

Commit 620e2b8

Browse files
authored
tmuxPlugins.sensible: unstable-2017-09-05 -> unstable-2022-08-14 (#191517)
1 parent 61026a1 commit 620e2b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/misc/tmux-plugins/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,12 +586,12 @@ in rec {
586586

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

0 commit comments

Comments
 (0)