luau-lsp: 1.67.0 -> 1.68.1

This commit is contained in:
R. Ryantm
2026-06-20 09:47:50 +00:00
parent 85da0b85ce
commit 8219e8fa35
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.67.0";
version = "1.68.1";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-J2/ARONeRZ5gy/3RE25GgPNahDUkrgbwQaQLU5AxVhk=";
hash = "sha256-XxXAK/BaJcgel1vOATVbQVBxsxEYv9vr0w4JjmU64fM=";
fetchSubmodules = true;
};