Skip to content

Commit

Permalink
Merge pull request #161460 from r-ryantm/auto-update/erlang-ls
Browse files Browse the repository at this point in the history
erlang-ls: 0.23.1 -> 0.24.0
  • Loading branch information
Lassulus committed Apr 20, 2022
2 parents 0311a5a + 6cf706b commit 09a02d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/beam-modules/erlang-ls/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ fetchFromGitHub, fetchgit, fetchHex, rebar3Relx, buildRebar3, rebar3-proper
, stdenv, writeScript, lib }:
let
version = "0.23.1";
version = "0.24.0";
owner = "erlang-ls";
repo = "erlang_ls";
deps = import ./rebar-deps.nix {
Expand All @@ -19,7 +19,7 @@ rebar3Relx {
inherit version;
src = fetchFromGitHub {
inherit owner repo;
sha256 = "sha256-N0jkdzwNi9dx0dmN4qL+mb8S60OII4C/MnR/y8G3GUY=";
sha256 = "sha256-fKe6vsY40lexnkUP4PEsc53WFaUAw5LGLEC/zJauogg=";
rev = version;
};
releaseType = "escript";
Expand Down

0 comments on commit 09a02d7

Please sign in to comment.