Skip to content

Commit

Permalink
lua-language-server: 3.7.0 -> 3.7.3
Browse files Browse the repository at this point in the history
also add gepbird as a maintainer
  • Loading branch information
gepbird committed Nov 14, 2023
1 parent 85f1ba3 commit d1ec933
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 d1ec933

Please sign in to comment.