elixir-ls: 0.24.0 -> 0.24.1

https://github.com/elixir-lsp/elixir-ls/releases/tag/v0.24.1
This commit is contained in:
redyf 2024-10-14 18:57:22 -03:00
parent 3f62de9220
commit 9669d45afa

View File

@ -4,12 +4,12 @@
let
pname = "elixir-ls";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-GYDaHcdCiU0qh8OJSwll6RLvcakM/amlK3BfTi/kZwM=";
hash = "sha256-d5O7DGEKuwHbjxwJa3HNtaycQIzFTi74UxszRH7TVzQ=";
};
in
mixRelease {
@ -20,7 +20,7 @@ mixRelease {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-ZmzGsf06DIZMqQBz7FZo0CtZ9TZzk7jxMRAWFHA5fOA=";
hash = "sha256-OxQeIdqjY/k02q+nLQnZ+/Zxy/bdjjSCRrVu0usQcsc=";
};
# elixir-ls is an umbrella app