lua-language-server: 3.14.0 -> 3.15.0 (#423794)

Co-authored-by: gepbird <gutyina.gergo.2@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-09 16:43:24 +00:00 committed by GitHub
commit f6ba3fd878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lua-language-server";
version = "3.14.0";
version = "3.15.0";
src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
tag = finalAttrs.version;
hash = "sha256-+pxDCjBcNYpSGZJpwJhL/PsARNhqdIXRHKj9DQvOyLE=";
hash = "sha256-frsq5OA3giLOJ/KPcAqVhme+0CtJuZrS3F4zHN1PnFM=";
fetchSubmodules = true;
};