Merge pull request #106941 from KyleOndy/fix_tmux_plugin_fzf

This commit is contained in:
Sandro 2021-01-18 20:21:56 +01:00 committed by GitHub
commit a22d6590aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -4976,6 +4976,10 @@
github = "kyleondy";
githubId = 1640900;
name = "Kyle Ondy";
keys = [{
longkeyid = "rsa4096/0xDB0E3C33491F91C9";
fingerprint = "3C79 9D26 057B 64E6 D907 B0AC DB0E 3C33 491F 91C9";
}];
};
kylesferrazza = {
name = "Kyle Sferrazza";

View file

@ -464,11 +464,12 @@ in rec {
tmux-fzf = mkDerivation {
pluginName = "tmux-fzf";
version = "unstable-2020-11-23";
rtpFilePath = "main.tmux";
version = "unstable-2020-12-07";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "tmux-fzf";
rev = "312685b2a7747b61f1f4a96bd807819f1450479d";
rev = "5efeb91086040a3becf5372fb38258acd0579954";
sha256 = "1z0zmsf8asxs9wbwvkiyd81h93wb2ikl8nxxc26sdpi6l333q5s9";
};
postInstall = ''