luau-lsp: 1.53.2 -> 1.53.3

This commit is contained in:
R. Ryantm
2025-09-12 02:27:35 +00:00
parent c8c0be288a
commit b342f2865f
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.53.2";
version = "1.53.3";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-7dEYtL+ouvSbQ7B2gcgpwcPSFLIQ4ZYvHXgpFkNilms=";
hash = "sha256-JO0RVrixjJWCQTVHIU/rcf78QyIb1rYGXP8+mnTpmvg=";
fetchSubmodules = true;
};