luau-lsp: 1.68.1 -> 1.69.0

This commit is contained in:
R. Ryantm
2026-07-16 11:52:35 +00:00
parent 0b70dd4a2c
commit 4bf136ff55
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.68.1";
version = "1.69.0";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-XxXAK/BaJcgel1vOATVbQVBxsxEYv9vr0w4JjmU64fM=";
hash = "sha256-fVmc/Ky1fbS4hnh2pOw1idaZFCq0KFHE2hTVQQmYmfM=";
fetchSubmodules = true;
};