elixir-ls: 0.15.1 -> 0.16.0

This commit is contained in:
Matt Moriarity 2023-09-06 16:45:06 -06:00 committed by Yt
parent 8e1f224cbc
commit 1ce066f6f9

View file

@ -4,12 +4,12 @@
let
pname = "elixir-ls";
version = "0.15.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-bWR5wKOVE9qPQyFjiaBumsWwG7vv9pFCVvXO4N8a3HA=";
hash = "sha256-tEKwM5o3uXJ0cLY5USnQJ+HOGTSv6NDJvq+F/iqFEWs=";
fetchSubmodules = true;
};
in
@ -21,7 +21,7 @@ mixRelease {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-7AE6RUD7DLo5uTxPMiUDm9MIBYcrNatrIuILK9jinNk=";
hash = "sha256-jpjqMIQ9fS4nkkKWZ80Mx5vULm5bvnNHy52ZQcR0y8c=";
};
# elixir-ls is an umbrella app