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

Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>

authored by nixpkgs-merge-bot[bot] HeitorAugustoLN and committed by GitHub fe6882e2 6c186a90

+2 -2
+2 -2
pkgs/by-name/lu/luau-lsp/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "luau-lsp"; 12 - version = "1.49.1"; 12 + version = "1.52.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "JohnnyMorganz"; 16 16 repo = "luau-lsp"; 17 17 tag = finalAttrs.version; 18 - hash = "sha256-CRfDJXAgofDV9yeF0C91rTLVVa+cqBvqbzlR90AYfVU="; 18 + hash = "sha256-ndHzpENa2VldaLLs9F8mgw+Ra7TQmEki12fTwpiqsEU="; 19 19 fetchSubmodules = true; 20 20 }; 21 21