teal-language-server: dev-1 -> 0.0.5.1

teal-language-server is now out of dev channel
in luarocks
This commit is contained in:
barsoosayque 2024-11-23 13:30:20 +07:00
parent 0967e2f2c5
commit e6c6a56f64
2 changed files with 8 additions and 8 deletions

View File

@ -139,7 +139,7 @@ sqlite,,,,,,
std._debug,,,,,, std._debug,,,,,,
std.normalize,,,,,, std.normalize,,,,,,
stdlib,,,,41.2.2,,vyp stdlib,,,,41.2.2,,vyp
teal-language-server,,,http://luarocks.org/dev,,, teal-language-server,,,,,,
telescope-manix,,,,,, telescope-manix,,,,,,
telescope.nvim,,,,,5.1, telescope.nvim,,,,,5.1,
tiktoken_core,,,,,,natsukium tiktoken_core,,,,,,natsukium

1 name rockspec ref server version luaversion maintainers
139 std._debug
140 std.normalize
141 stdlib 41.2.2 vyp
142 teal-language-server http://luarocks.org/dev
143 telescope-manix
144 telescope.nvim 5.1
145 tiktoken_core natsukium

View File

@ -3305,22 +3305,22 @@ buildLuarocksPackage {
}; };
}) {}; }) {};
teal-language-server = callPackage({ buildLuarocksPackage, cyan, dkjson, fetchFromGitHub, fetchurl, luafilesystem }: teal-language-server = callPackage({ argparse, buildLuarocksPackage, dkjson, fetchFromGitHub, fetchurl, inspect, luafilesystem, lusc_luv, luv, tl }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "teal-language-server"; pname = "teal-language-server";
version = "dev-1"; version = "0.0.5-1";
knownRockspec = (fetchurl { knownRockspec = (fetchurl {
url = "mirror://luarocks/teal-language-server-dev-1.rockspec"; url = "mirror://luarocks/teal-language-server-0.0.5-1.rockspec";
sha256 = "01l44c6bknz7ff9xqgich31hlb0yk4ms5k1hs4rhm3cs95s5vlzc"; sha256 = "11ps1hgkgli4sf9gcj7pin4kbc5w0yck0daig1ghqssn2q9m2x5l";
}).outPath; }).outPath;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "teal-language"; owner = "teal-language";
repo = "teal-language-server"; repo = "teal-language-server";
rev = "67b5d7cad60b9df472851a2c61591f2aab97da47"; rev = "6e50c7d907b150b1b2e03fb5d70f0f3c63dec5c3";
hash = "sha256-fUuOjJrwpLU1YoJm3yn+X15ioRf4GZoi6323On1W2Io="; hash = "sha256-lTCTePaAYW4pqbJznos3BM0I0/Vaw13TNCCatmQjIJo=";
}; };
propagatedBuildInputs = [ cyan dkjson luafilesystem ]; propagatedBuildInputs = [ argparse dkjson inspect luafilesystem lusc_luv luv tl ];
meta = { meta = {
homepage = "https://github.com/teal-language/teal-language-server"; homepage = "https://github.com/teal-language/teal-language-server";