Merge pull request #186401 from lockejan/tmux/fzf

tmuxPlugins.tmux-fzf: unstable-2021-10-20 -> unstable-2022-08-02
This commit is contained in:
Christian Kögler 2022-09-09 17:31:21 +02:00 committed by GitHub
commit daaee5e31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -523,12 +523,12 @@ in rec {
tmux-fzf = mkTmuxPlugin {
pluginName = "tmux-fzf";
rtpFilePath = "main.tmux";
version = "unstable-2021-10-20";
version = "unstable-2022-08-02";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "tmux-fzf";
rev = "1801dd525b39154745ea668fb6916035023949e3";
sha256 = "e929Jqletmobp3WAR1tPU3pJuYTYVynxc5CvB80gig8=";
rev = "3e261309ad367c3fe56c0ef14af00078684b1035";
sha256 = "13wlcq3f7944v74lcnfbmabcy2c0ca83ya21s3qn3j0lw3wqj6vj";
};
postInstall = ''
find $target -type f -print0 | xargs -0 sed -i -e 's|fzf |${pkgs.fzf}/bin/fzf |g'