elixir_ls: update to new mixRelease api

This commit is contained in:
happysalada 2021-05-19 14:00:12 +09:00 committed by Raphael Megzari
parent 72a1b62b47
commit fdc024bcff

View file

@ -14,7 +14,7 @@ mixRelease rec {
fetchSubmodules = true;
};
mixDeps = fetchMixDeps {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version;
sha256 = "0r9x223imq4j9pn9niskyaybvk7jmq8dxcyzk7kwfsi128qig1a1";