Unverified Commit 2ce396c6 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #282842 from Munksgaard/bump-elixir-ls

elixir-ls: 0.18.1 -> 0.19.0
parents 1b7e4347 bea4776f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,12 +4,12 @@

let
  pname = "elixir-ls";
  version = "0.18.1";
  version = "0.19.0";
  src = fetchFromGitHub {
    owner = "elixir-lsp";
    repo = "elixir-ls";
    rev = "v${version}";
    hash = "sha256-o5/H2FeDXzT/ZyWtLmRs+TWJQfmuDUnnR5Brvkifn6E=";
    hash = "sha256-pd/ZkDpzlheEJfX7X6fFWY4Y5B5Y2EnJMBtuNHPuUJw=";
    fetchSubmodules = true;
  };
in
@@ -21,7 +21,7 @@ mixRelease {
  mixFodDeps = fetchMixDeps {
    pname = "mix-deps-${pname}";
    inherit src version elixir;
    hash = "sha256-q4VKtGxrRaAhtNIJFjNN7tF+HFgU/UX9sKq0BkOIiQI=";
    hash = "sha256-yxcUljclKKVFbY6iUphnTUSqMPpsEiPcw4yUs6atU0c=";
  };

  # elixir-ls is an umbrella app