Merge pull request #244668 from figsoda/lua-ls

lua-language-server: 3.6.23 -> 3.6.24
This commit is contained in:
Nick Cao 2023-07-21 20:32:37 -06:00 committed by GitHub
commit 3abb5d73bb
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.23";
version = "3.6.24";
src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
rev = version;
sha256 = "sha256-tax4Pb99khAMDE6KH288Gihr8McpKg3DHBNVJnPnXbs=";
sha256 = "sha256-PjJUoh2wqXUhYNNYIu5PLk3WZoWxBvwf3NA36xEYb2I=";
fetchSubmodules = true;
};