Skip to content

Commit

Permalink
elixir_ls: 0.14.6 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shanesveller authored and Yt committed Jul 3, 2023
1 parent 93d2dae commit b5eafe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/beam-modules/elixir-ls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

let
pname = "elixir-ls";
version = "0.14.6";
version = "0.15.1";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-O977DZLWPyLafIaOTPZKI4MOtK9E9TDProf2xyk05aI";
hash = "sha256-bWR5wKOVE9qPQyFjiaBumsWwG7vv9pFCVvXO4N8a3HA=";
fetchSubmodules = true;
};
in
Expand All @@ -21,7 +21,7 @@ mixRelease {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-jF1Plkz1D85aWkiNgeBlJmHndhr7us+8+m/gMkXHvDw=";
hash = "sha256-7AE6RUD7DLo5uTxPMiUDm9MIBYcrNatrIuILK9jinNk=";
};

# elixir-ls is an umbrella app
Expand Down

0 comments on commit b5eafe6

Please sign in to comment.