luau-lsp: 1.62.0 -> 1.64.1

This commit is contained in:
R. Ryantm
2026-04-04 05:18:08 +00:00
parent 02f5c4fe35
commit 186f10a64c
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.62.0";
version = "1.64.1";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-dbuya7mjS0tZUX0nHHDoM7TXS/n9wAfXgcSBsfNW94M=";
hash = "sha256-8vUFPs+8SjeXxtNkLCepv27tLekBunqsrPj/IWONUVA=";
fetchSubmodules = true;
};