erlang-ls: 0.17.0 -> 0.18.0

launchpad/nixpkgs/master
R. RyanTM 3 years ago committed by Raphael Megzari
parent 5fa791f953
commit b0e4309dd5
  1. 4
      pkgs/development/beam-modules/erlang-ls/default.nix

@ -1,6 +1,6 @@
{ fetchFromGitHub, fetchHex, rebar3Relx, buildRebar3, rebar3-proper, stdenv, lib }: { fetchFromGitHub, fetchHex, rebar3Relx, buildRebar3, rebar3-proper, stdenv, lib }:
let let
version = "0.17.0"; version = "0.18.0";
owner = "erlang-ls"; owner = "erlang-ls";
repo = "erlang_ls"; repo = "erlang_ls";
deps = import ./rebar-deps.nix { deps = import ./rebar-deps.nix {
@ -18,7 +18,7 @@ rebar3Relx {
inherit version; inherit version;
src = fetchFromGitHub { src = fetchFromGitHub {
inherit owner repo; inherit owner repo;
sha256 = "0szg9hx436cvy80sh94dzmf2rainnw3fjc84bv3hlzjwwzmxj9aw"; sha256 = "sha256-miCl04qqrirVPubOs558yWvXP3Sgs3bcDuGO9DZIsow=";
rev = version; rev = version;
}; };
releaseType = "escript"; releaseType = "escript";

Loading…
Cancel
Save