lua-language-server: 3.16.1 -> 3.17.0

This commit is contained in:
Gutyina Gergő
2025-12-25 11:42:41 +00:00
parent 09af4be64e
commit 3480cf37cb
@@ -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;
};