elixir-ls: 0.17.3 -> 0.17.10

This commit is contained in:
Joshua Trees 2023-11-20 11:35:20 +01:00 committed by Yt
parent e1ec6ef3d4
commit d5eddab5b5

View File

@ -4,12 +4,12 @@
let
pname = "elixir-ls";
version = "0.17.3";
version = "0.17.10";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-E+tlnkwJiyG8x29um/G7OqIDCJ/laDMTm3z7VvdWy6s=";
hash = "sha256-LUAYfR6MNNGLaqv8EBx0JQ8KYYD7jRvez3HJFnczV+Y=";
fetchSubmodules = true;
};
in
@ -21,7 +21,7 @@ mixRelease {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-ltSYZYsXWiq5ASvRmR7ETgK9e8bj4f9bhZAZEIceLkw=";
hash = "sha256-MVGYENy6/xI/ph/X0DxquigCuLK1FAEIONzoQU7TXoM=";
};
# elixir-ls is an umbrella app