lua-language-server: 3.16.1 -> 3.17.0 (#474081)

This commit is contained in:
Gaétan Lepage
2026-01-19 10:07:24 +00:00
committed by GitHub
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lua-language-server";
version = "3.16.1";
version = "3.17.0";
src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
tag = finalAttrs.version;
hash = "sha256-HYtnTJYII548+/tp+1UjRgsBaTuDz27AIc2MvBjBh8o=";
hash = "sha256-jeO01VvukzpVPP/ob/p/br51uy6eVdAFqRTIo/DttR0=";
fetchSubmodules = true;
};
@@ -137,7 +137,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
gepbird
sei40kr
];
mainProgram = "lua-language-server";
platforms = lib.platforms.linux ++ lib.platforms.darwin;