lua-language-server: 3.9.1 -> 3.9.2

This commit is contained in:
Gutyina Gergő 2024-06-06 09:50:09 +02:00 committed by Yaya
parent 6fe9326ac8
commit 854600be5c

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lua-language-server";
version = "3.9.1";
version = "3.9.2";
src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
rev = finalAttrs.version;
hash = "sha256-M4eTrs5Ue2+b40TPdW4LZEACGYCE/J9dQodEk9d+gpY=";
hash = "sha256-DZ2YLrhqryB3kvQnhbgmwqss2kzIAsFZVXDnxFpcdLQ=";
fetchSubmodules = true;
};