luau-lsp: 1.54.0 -> 1.55.0 (#454923)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-25 16:41:04 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.54.0";
version = "1.55.0";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-18r/NScWfSwAvFT46zdJsNYXoEW8FF34XyZajAaGb28=";
hash = "sha256-ZrvPZi3ss83onsinyAl1AlQmV6jFctW8agYO9ieJtno=";
fetchSubmodules = true;
};