luau-lsp: 1.53.3 -> 1.53.5

This commit is contained in:
R. Ryantm
2025-09-23 04:27:44 +00:00
parent 8e8a794380
commit b3359b11f1
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.53.3";
version = "1.53.5";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-JO0RVrixjJWCQTVHIU/rcf78QyIb1rYGXP8+mnTpmvg=";
hash = "sha256-T0zwaBR2KYD5kcoo7mPomNVIixz/8J6ZMJSjfeVnPEs=";
fetchSubmodules = true;
};