luau-lsp: 1.48.0 -> 1.49.1 (#415479)

Co-authored-by: Anninzy <Anninzy@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-10 04:30:28 +00:00
committed by GitHub
co-authored by Anninzy
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.48.0";
version = "1.49.1";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-KW47R5hOFESDiPt/dvVLFQqHqLxza/lUNLy2PYUPxIg=";
hash = "sha256-CRfDJXAgofDV9yeF0C91rTLVVa+cqBvqbzlR90AYfVU=";
fetchSubmodules = true;
};