luau-lsp: 1.52.0 -> 1.52.1

This commit is contained in:
R. Ryantm
2025-07-18 00:43:18 +00:00
parent 77110a5187
commit f26efab900
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.52.0";
version = "1.52.1";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-ndHzpENa2VldaLLs9F8mgw+Ra7TQmEki12fTwpiqsEU=";
hash = "sha256-h99VTcOrbe7e63inMN7y0ohEQebzRPRYcKiHU3aBI18=";
fetchSubmodules = true;
};