tmuxPlugins.tmux-fzf: unstable-2020-11-23 -> unstable-2020-12-07
This commit is contained in:
parent
59dc0f0b1e
commit
fb06a2b99a
|
@ -447,12 +447,12 @@ in rec {
|
||||||
|
|
||||||
tmux-fzf = mkDerivation {
|
tmux-fzf = mkDerivation {
|
||||||
pluginName = "tmux-fzf";
|
pluginName = "tmux-fzf";
|
||||||
version = "unstable-2020-11-23";
|
|
||||||
rtpFilePath = "main.tmux";
|
rtpFilePath = "main.tmux";
|
||||||
|
version = "unstable-2020-12-07";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sainnhe";
|
owner = "sainnhe";
|
||||||
repo = "tmux-fzf";
|
repo = "tmux-fzf";
|
||||||
rev = "312685b2a7747b61f1f4a96bd807819f1450479d";
|
rev = "5efeb91086040a3becf5372fb38258acd0579954";
|
||||||
sha256 = "1z0zmsf8asxs9wbwvkiyd81h93wb2ikl8nxxc26sdpi6l333q5s9";
|
sha256 = "1z0zmsf8asxs9wbwvkiyd81h93wb2ikl8nxxc26sdpi6l333q5s9";
|
||||||
};
|
};
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in New Issue