Skip to content

Commit

Permalink
Merge pull request #267052 from gepbird/lua-language-server-bump
Browse files Browse the repository at this point in the history
lua-language-server: 3.7.0 -> 3.7.3
  • Loading branch information
figsoda authored Nov 16, 2023
2 parents 3704d0c + d1ec933 commit 6ffe901
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "lua-language-server";
version = "3.7.0";
version = "3.7.3";

src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
rev = version;
sha256 = "sha256-kUtiMNwJJN7ZAktSC7tZriAcTDFhvcfSwBE6KFzceMg=";
hash = "sha256-iAxRGG7/zaUbJ/PWgmjxGS0UTq9/OXc8RWzlpUTUftc=";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/luals/lua-language-server";
changelog = "https://github.com/LuaLS/lua-language-server/blob/${version}/changelog.md";
license = licenses.mit;
maintainers = with maintainers; [ figsoda sei40kr ];
maintainers = with maintainers; [ figsoda gepbird sei40kr ];
mainProgram = "lua-language-server";
platforms = platforms.linux ++ platforms.darwin;
};
Expand Down

0 comments on commit 6ffe901

Please sign in to comment.