Unverified Commit 6def96ef authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

erlang-ls: 0.51.0 -> 0.52.0
parents 349fa723 14d0b8e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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";
+4 −5
Original line number Diff line number Diff line
@@ -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 = [ ];
    };