luau-lsp: 1.52.1 -> 1.53.1

This commit is contained in:
R. Ryantm
2025-08-03 21:41:37 +00:00
parent a8d0cd5877
commit 3fa86ae0bf
+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;
};