luau-lsp: 1.53.5 -> 1.54.0

This commit is contained in:
R. Ryantm
2025-10-04 05:14:55 +00:00
parent 27ac939589
commit ee4fb83d08
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.53.5";
version = "1.54.0";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-T0zwaBR2KYD5kcoo7mPomNVIixz/8J6ZMJSjfeVnPEs=";
hash = "sha256-18r/NScWfSwAvFT46zdJsNYXoEW8FF34XyZajAaGb28=";
fetchSubmodules = true;
};