elixir-ls: 0.21.3 -> 0.23.0

- [v0.23.0 release](https://github.com/elixir-lsp/elixir-ls/releases/tag/v0.23.0)
- [v0.22.0 release](https://github.com/elixir-lsp/elixir-ls/releases/tag/v0.22.0)
This commit is contained in:
arathunku 2024-08-04 07:34:12 +02:00
parent ed254fc24b
commit 6729e0336d
No known key found for this signature in database
GPG Key ID: BE6C9FE553F0E2C5

View File

@ -4,12 +4,12 @@
let let
pname = "elixir-ls"; pname = "elixir-ls";
version = "0.21.3"; version = "0.23.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elixir-lsp"; owner = "elixir-lsp";
repo = "elixir-ls"; repo = "elixir-ls";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-IzHvJQ7UdGXFeSyNYKeHlDuY/o1y/E4fM+lG3t9J2HM="; hash = "sha256-X5BJuqr3TVwpv731ym+Ac3+goA0LH9f3H5wWFwQsAB8=";
}; };
in in
mixRelease { mixRelease {
@ -20,7 +20,7 @@ mixRelease {
mixFodDeps = fetchMixDeps { mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}"; pname = "mix-deps-${pname}";
inherit src version elixir; inherit src version elixir;
hash = "sha256-3PVMembw3CpYUQ/ynoPKmu0N5iZwoFu9uNjRS+kS4BY="; hash = "sha256-2b5XJnS4ipSjppUniXr1ep8Ymv3yd6COYM/W1QNM/zc=";
}; };
# elixir-ls is an umbrella app # elixir-ls is an umbrella app