vimPlugins.lua-async-await: fix deprecation (#377387)

This commit is contained in:
Gaétan Lepage
2025-01-27 20:55:56 +01:00
committed by GitHub
2 changed files with 1 additions and 13 deletions
@@ -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