Skip to content

Commit

Permalink
elixir-ls: 0.24.1 -> 0.25.0 (NixOS#367675)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Dec 23, 2024
2 parents 7e27efc + 4baf396 commit a58a672
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 @@ -11,12 +11,12 @@

let
pname = "elixir-ls";
version = "0.24.1";
version = "0.25.0";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-d5O7DGEKuwHbjxwJa3HNtaycQIzFTi74UxszRH7TVzQ=";
hash = "sha256-7Lrv62R0otFPAfUAip1H4VcnBaV4QyDZkcBZTW7yq8I=";
};
in
mixRelease {
Expand All @@ -32,7 +32,7 @@ mixRelease {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-OxQeIdqjY/k02q+nLQnZ+/Zxy/bdjjSCRrVu0usQcsc=";
hash = "sha256-yR2ttnrtYcWFotBMIfOLmJzEO9NKy3SqiKJZ4mmlkdA=";
};

# elixir-ls is an umbrella app
Expand Down

0 comments on commit a58a672

Please sign in to comment.