Merge pull request #220423 from figsoda/lua-ls

lua-language-server: 3.6.13 -> 3.6.17
This commit is contained in:
Mario Rodas 2023-03-10 06:41:55 -05:00 committed by GitHub
commit c666f5f361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lua-language-server";
version = "3.6.13";
version = "3.6.17";
src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
rev = version;
sha256 = "sha256-9TFTmTjj6FfPTfcgnQaHFYUtoM1VUMSpD7Yxk/Oeul0=";
sha256 = "sha256-/AvyiE9r7aEPRDc486CER4B5/9NWh7BhI3y3ieDMxQU=";
fetchSubmodules = true;
};