1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #264878 from aacebedo/aacebedo/update-tmux-fzf-unstable-2024-10-24

tmuxPlugins.tmux-fzf: unstable-2023-07-06 -> unstable-2023-10-24
This commit is contained in:
OTABI Tomoya 2023-11-03 19:37:44 +09:00 committed by GitHub
commit 7bb282f637
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -611,12 +611,12 @@ in rec {
tmux-fzf = mkTmuxPlugin {
pluginName = "tmux-fzf";
rtpFilePath = "main.tmux";
version = "unstable-2023-07-06";
version = "unstable-2023-10-24";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "tmux-fzf";
rev = "51081a2688579228d860b3cb410f4437e857fc6e";
sha256 = "sha256-qElRHAbnZ+qRasvkfo+lKNahRHklvLOH0BmbQ1oyN6A=";
rev = "d62b6865c0e7c956ad1f0396823a6f34cf7452a7";
hash = "sha256-hVkSQYvBXrkXbKc98V9hwwvFp6z7/mX1K4N3N9j4NN4=";
};
postInstall = ''
find $target -type f -print0 | xargs -0 sed -i -e 's|fzf |${pkgs.fzf}/bin/fzf |g'