Merge pull request #306764 from r-ryantm/auto-update/erlang-ls

erlang-ls: 0.51.0 -> 0.52.0
This commit is contained in:
superherointj 2024-04-25 15:08:44 -03:00 committed by GitHub
commit 6def96eff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{ fetchFromGitHub, fetchgit, fetchHex, rebar3Relx, buildRebar3, rebar3-proper
, stdenv, writeScript, lib, erlang }:
let
version = "0.51.0";
version = "0.52.0";
owner = "erlang-ls";
repo = "erlang_ls";
deps = import ./rebar-deps.nix {
@ -24,7 +24,7 @@ rebar3Relx {
inherit version;
src = fetchFromGitHub {
inherit owner repo;
hash = "sha256-2gSDfYGm7XVeEn0xEwuvk8y1z8P2/q86hmNCkK6w2C0=";
hash = "sha256-tV7M8y0R+BN5ATxM03K0/gtHgITI9KxtvA7o0ft8RuE=";
rev = version;
};
releaseType = "escript";

View File

@ -139,11 +139,10 @@ let
erlfmt = builder {
name = "erlfmt";
version = "1.3.0";
src = fetchFromGitHub {
owner = "WhatsApp";
repo = "erlfmt";
sha256 = "sha256-fVjEVmCnoofnfcxwBk0HI4adO0M6QOshP3uZrecZ9vM=";
rev = "v1.3.0";
src = fetchHex {
pkg = "erlfmt";
version = "1.3.0";
sha256 = "sha256-KoSqHrovT8190x1cV+neK8JwXdoY2kVT8n33EUz6oFI=";
};
beamDeps = [ ];
};