luau-lsp: 1.49.1 -> 1.52.0

This commit is contained in:
R. Ryantm
2025-07-08 23:43:30 +00:00
parent 651322d68b
commit 024b59e2b7
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.49.1";
version = "1.52.0";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-CRfDJXAgofDV9yeF0C91rTLVVa+cqBvqbzlR90AYfVU=";
hash = "sha256-ndHzpENa2VldaLLs9F8mgw+Ra7TQmEki12fTwpiqsEU=";
fetchSubmodules = true;
};