Skip to content

Commit

Permalink
Merge pull request #313735 from elliottneilclark/elliott/elixir-ls-0.…
Browse files Browse the repository at this point in the history
…21.3

elixir-ls: 0.21.1 -> 0.21.3
  • Loading branch information
happysalada committed May 22, 2024
2 parents 9eb52cb + 4da6c35 commit b1e8348
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 b1e8348

Please sign in to comment.