luau-lsp: 1.59.0 -> 1.60.0

This commit is contained in:
R. Ryantm
2026-01-10 17:48:35 +00:00
parent 1de85f4c80
commit c63f381c40
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.59.0";
version = "1.60.0";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-hd1yQ+VJenmBk2WIjO7tFdoyJ8jIq6248ljz9T6c4Vc=";
hash = "sha256-36Nl9robV0RVhEwV3Cu75IDyexnWwf5ZBHOaEx2/kPM=";
fetchSubmodules = true;
};