Unverified Commit 8a330169 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #312371 from arathunku/elixir-ls-v0.21.1

elixir-ls: 0.20.0 -> 0.21.1
parents a596aa40 f1d35075
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,12 +4,12 @@

let
  pname = "elixir-ls";
  version = "0.20.0";
  version = "0.21.1";
  src = fetchFromGitHub {
    owner = "elixir-lsp";
    repo = "elixir-ls";
    rev = "v${version}";
    hash = "sha256-LVMwDoGR516rwNhhvibu7g4EsaG2O8WOb+Ja+nCQA+k=";
    hash = "sha256-OBLSj1nqv/p1FYg7DapCnr4EU2EW51MQM+YnZqDkcB4=";
    fetchSubmodules = true;
  };
in
@@ -21,7 +21,7 @@ mixRelease {
  mixFodDeps = fetchMixDeps {
    pname = "mix-deps-${pname}";
    inherit src version elixir;
    hash = "sha256-yq2shufOZsTyg8iBGsRrAs6bC3iAa9vtUeS96c5xJl0=";
    hash = "sha256-3PVMembw3CpYUQ/ynoPKmu0N5iZwoFu9uNjRS+kS4BY=";
  };

  # elixir-ls is an umbrella app