lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

erlang-ls: 0.19.0 -> 0.20.0

authored by

R. RyanTM and committed by
Raphael Megzari
e49c9fe1 820cc7de

+2 -2
+2 -2
pkgs/development/beam-modules/erlang-ls/default.nix
··· 1 1 { fetchFromGitHub, fetchgit, fetchHex, rebar3Relx, buildRebar3, rebar3-proper 2 2 , stdenv, writeScript, lib }: 3 3 let 4 - version = "0.19.0"; 4 + version = "0.20.0"; 5 5 owner = "erlang-ls"; 6 6 repo = "erlang_ls"; 7 7 deps = import ./rebar-deps.nix { ··· 19 19 inherit version; 20 20 src = fetchFromGitHub { 21 21 inherit owner repo; 22 - sha256 = "sha256-WesGgLoVR435lNXnsCFYcUoKXDMuL7hWImDluori+dc="; 22 + sha256 = "sha256-XBCauvPalIPjVOYlMfWC+5mKku28b/qqKhp9NgSkoyA="; 23 23 rev = version; 24 24 }; 25 25 releaseType = "escript";