Merge pull request #277343 from Munksgaard/bump-elixir-ls

elixir-ls: 1.17.10 -> 1.18.1
This commit is contained in:
Yt 2023-12-29 16:55:54 +00:00 committed by GitHub
commit 8a4b3f253c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,12 @@
let let
pname = "elixir-ls"; pname = "elixir-ls";
version = "0.17.10"; version = "0.18.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elixir-lsp"; owner = "elixir-lsp";
repo = "elixir-ls"; repo = "elixir-ls";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-LUAYfR6MNNGLaqv8EBx0JQ8KYYD7jRvez3HJFnczV+Y="; hash = "sha256-o5/H2FeDXzT/ZyWtLmRs+TWJQfmuDUnnR5Brvkifn6E=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
in in
@ -21,7 +21,7 @@ mixRelease {
mixFodDeps = fetchMixDeps { mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}"; pname = "mix-deps-${pname}";
inherit src version elixir; inherit src version elixir;
hash = "sha256-MVGYENy6/xI/ph/X0DxquigCuLK1FAEIONzoQU7TXoM="; hash = "sha256-q4VKtGxrRaAhtNIJFjNN7tF+HFgU/UX9sKq0BkOIiQI=";
}; };
# elixir-ls is an umbrella app # elixir-ls is an umbrella app
@ -50,9 +50,9 @@ mixRelease {
--replace 'exec "''${dir}/launch.sh"' "exec $out/lib/launch.sh" --replace 'exec "''${dir}/launch.sh"' "exec $out/lib/launch.sh"
chmod +x $out/bin/elixir-ls chmod +x $out/bin/elixir-ls
substitute release/debugger.sh $out/bin/elixir-debugger \ substitute release/debug_adapter.sh $out/bin/elixir-debug-adapter \
--replace 'exec "''${dir}/launch.sh"' "exec $out/lib/launch.sh" --replace 'exec "''${dir}/launch.sh"' "exec $out/lib/launch.sh"
chmod +x $out/bin/elixir-debugger chmod +x $out/bin/elixir-debug-adapter
# prepare the launcher # prepare the launcher
substituteInPlace $out/lib/launch.sh \ substituteInPlace $out/lib/launch.sh \
--replace "ERL_LIBS=\"\$SCRIPTPATH:\$ERL_LIBS\"" \ --replace "ERL_LIBS=\"\$SCRIPTPATH:\$ERL_LIBS\"" \