luau-lsp: 1.66.0 -> 1.66.1

This commit is contained in:
R. Ryantm
2026-04-28 20:02:58 +00:00
parent 9b481b0ed6
commit 8f38815949
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.66.0";
version = "1.66.1";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-llirkKL/2X4srwZzTcf0a7yX7AhOgdlsu1jr6yacWV0=";
hash = "sha256-Lz6tnCfkjQc7YhfCETaFLAvW6fTrRwmELxBNURavNeY=";
fetchSubmodules = true;
};