Skip to content

Commit

Permalink
elixir-ls: 0.21.1 -> 0.21.3
Browse files Browse the repository at this point in the history
Summary:
0.21.3 contains a potential fix for memory leaks. This is the update.

Test Plan:
`nix-build . -A elixir-ls`
`nixpkgs-review wip`
  • Loading branch information
elliottneilclark committed May 22, 2024
1 parent a39290d commit 4da6c35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/beam-modules/elixir-ls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

let
pname = "elixir-ls";
version = "0.21.1";
version = "0.21.3";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-OBLSj1nqv/p1FYg7DapCnr4EU2EW51MQM+YnZqDkcB4=";
fetchSubmodules = true;
hash = "sha256-IzHvJQ7UdGXFeSyNYKeHlDuY/o1y/E4fM+lG3t9J2HM=";
};
in
mixRelease {
Expand Down

0 comments on commit 4da6c35

Please sign in to comment.