vimPlugins.lua-async-await: fix deprecation (#377387)
This commit is contained in:
@@ -6529,18 +6529,6 @@ final: prev:
|
||||
meta.homepage = "https://github.com/nvim-java/lua-async/";
|
||||
};
|
||||
|
||||
lua-async-await = buildVimPlugin {
|
||||
pname = "lua-async-await";
|
||||
version = "2024-03-31";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-java";
|
||||
repo = "lua-async";
|
||||
rev = "652d94df34e97abe2d4a689edbc4270e7ead1a98";
|
||||
sha256 = "0jpw9008xghqmzjnikwq417p497lj7v9hkjbrach5p652yca07s8";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvim-java/lua-async/";
|
||||
};
|
||||
|
||||
lualine-lsp-progress = buildVimPlugin {
|
||||
pname = "lualine-lsp-progress";
|
||||
version = "2021-10-23";
|
||||
|
||||
@@ -2255,7 +2255,7 @@ in
|
||||
|
||||
nvim-java = super.nvim-java.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
lua-async-await
|
||||
lua-async
|
||||
mason-nvim
|
||||
nui-nvim
|
||||
nvim-dap
|
||||
|
||||
Reference in New Issue
Block a user