luau-lsp: 1.49.1 -> 1.52.0 (#423658)

Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-12 01:08:10 +00:00 committed by GitHub
commit fe6882e26b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};