Skip to content

Commit

Permalink
elixir-ls: 0.16.0 -> 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrees authored and Yt committed Oct 18, 2023
1 parent a1d1619 commit 7384a06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/beam-modules/elixir-ls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@

let
pname = "elixir-ls";
version = "0.16.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-tEKwM5o3uXJ0cLY5USnQJ+HOGTSv6NDJvq+F/iqFEWs=";
hash = "sha256-xC6JfhqUNnTqKh1jEm3WshFB69ne97lZGVqlEUbDkk4=";
fetchSubmodules = true;
};
in
mixRelease {
mixRelease {
inherit pname version src elixir;

stripDebug = true;

mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-jpjqMIQ9fS4nkkKWZ80Mx5vULm5bvnNHy52ZQcR0y8c=";
hash = "sha256-3CHvQHqUJPI2PZQ1QIajqnWs0WM4ObizqzutAYHFiF8=";
};

# elixir-ls is an umbrella app
Expand Down

0 comments on commit 7384a06

Please sign in to comment.