Skip to content

Commit

Permalink
elixir-ls: 0.26.1 -> 0.26.2 (NixOS#370651)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Jan 3, 2025
2 parents ce03f1c + aa54098 commit f691e52
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.26.1";
version = "0.26.2";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-fGjHDzQUBROFlv+AIzArRv+Q7RWPTizMFyYXQJGQzjA=";
hash = "sha256-ELjZFGzUQ14iUj2/WD55a6Yf8EMOEjb7MnCx0Nyg/vQ=";
};
in
mixRelease {
Expand All @@ -32,7 +32,7 @@ mixRelease {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-EUWySBI082cNXbHZKQKEisXffe0/UpupNcHj1GT7Mek=";
hash = "sha256-I0u3eovTYNm0ncBCTEztg5fhLiLk+WNqcKfj3Za12zc=";
};

# elixir-ls is an umbrella app
Expand Down

0 comments on commit f691e52

Please sign in to comment.