Skip to content

Commit e0051de

Browse files
committed
luau-lsp: 1.47.0 -> 1.48.0
1 parent cbc137c commit e0051de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lu/luau-lsp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "luau-lsp";
12-
version = "1.47.0";
12+
version = "1.48.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "JohnnyMorganz";
1616
repo = "luau-lsp";
1717
tag = finalAttrs.version;
18-
hash = "sha256-/LJCLH94Egk7FvsarsMimIyehE3T9tgMz7SK6vf+BDg=";
18+
hash = "sha256-KW47R5hOFESDiPt/dvVLFQqHqLxza/lUNLy2PYUPxIg=";
1919
fetchSubmodules = true;
2020
};
2121

0 commit comments

Comments
 (0)