luau-lsp: 1.57.1 -> 1.58.0

This commit is contained in:
R. Ryantm
2025-12-16 03:03:39 +00:00
parent e883cb96c5
commit 255d9f222f
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau-lsp";
version = "1.57.1";
version = "1.58.0";
src = fetchFromGitHub {
owner = "JohnnyMorganz";
repo = "luau-lsp";
tag = finalAttrs.version;
hash = "sha256-onL/Iqk6nZClEHqam7wOAb69lO7h92Ox5iCVeuFn/LE=";
hash = "sha256-6+GVyUSDsv9INoivIsiO+eoBZvueLeDGA/9Lc2l7xRk=";
fetchSubmodules = true;
};