elixir-ls: 0.19.0 -> 0.20.0

This commit is contained in:
Joshua Trees 2024-03-26 11:23:12 +01:00
parent 61118a6811
commit cebca8587a
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
let
pname = "elixir-ls";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-pd/ZkDpzlheEJfX7X6fFWY4Y5B5Y2EnJMBtuNHPuUJw=";
hash = "sha256-LVMwDoGR516rwNhhvibu7g4EsaG2O8WOb+Ja+nCQA+k=";
fetchSubmodules = true;
};
in
@ -21,7 +21,7 @@ mixRelease {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-yxcUljclKKVFbY6iUphnTUSqMPpsEiPcw4yUs6atU0c=";
hash = "sha256-yq2shufOZsTyg8iBGsRrAs6bC3iAa9vtUeS96c5xJl0=";
};
# elixir-ls is an umbrella app