luau-lsp: 1.52.1 -> 1.53.1 (#430773)

Co-authored-by: Anninzy <Anninzy@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-04 11:14:32 +00:00
committed by GitHub
co-authored by Anninzy
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.52.1";
version = "1.53.1";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-h99VTcOrbe7e63inMN7y0ohEQebzRPRYcKiHU3aBI18=";
hash = "sha256-EsDmWxl0qWDBh6Vrz5Hzjy1ZzEWn/5QQTrCWXehQZ4M=";
fetchSubmodules = true;
};