lua-language-server: 3.10.5 -> 3.10.6

This commit is contained in:
Gutyina Gergő 2024-09-10 15:16:01 +02:00
parent 574d1eac1c
commit 27e643cb31
No known key found for this signature in database

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lua-language-server";
version = "3.10.5";
version = "3.10.6";
src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
rev = finalAttrs.version;
hash = "sha256-lFNguQxrpldOE+6KrSC3QeDJzmG4Lwq92vFHjOGX9s4=";
hash = "sha256-K5+xGRGmd6X3eYF1BzhqFbbfVJXSduo/9930HxLGQCo=";
fetchSubmodules = true;
};