luau-lsp: 1.55.0 -> 1.56.1

This commit is contained in:
R. Ryantm
2025-11-07 04:03:51 +00:00
parent 7e0287c34a
commit 988431a27f
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.55.0";
version = "1.56.1";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-ZrvPZi3ss83onsinyAl1AlQmV6jFctW8agYO9ieJtno=";
hash = "sha256-IRBVLLWycc4zkjR82jAEcTlmDgXSLbaAA7ejSIYm41U=";
fetchSubmodules = true;
};