Unverified Commit 7e9344b1 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #304347 from jpaju/metals-1.3.0

metals: 1.2.2 -> 1.3.0
parents f81de2bf 4355e2ab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9897,6 +9897,11 @@
    github = "jpagex";
    githubId = 635768;
  };
  jpaju = {
    name = "Jaakko Paju";
    github = "jpaju";
    githubId = 36770267;
  };
  jpas = {
    name = "Jarrod Pas";
    email = "jarrod@jarrodpas.com";
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "metals";
  version = "1.2.2";
  version = "1.3.0";

  deps = stdenv.mkDerivation {
    name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
    '';
    outputHashMode = "recursive";
    outputHashAlgo = "sha256";
    outputHash = "sha256-xk2ionn/lBV8AR7n7OR03UuRCoP1/K6KuohhpRwFock=";
    outputHash = "sha256-otN4sqV2a0itLOoJ7x+VSMe0tl3y4WVovbA1HOpZVDw=";
  };

  nativeBuildInputs = [ makeWrapper setJavaClassPath ];
@@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
    license = licenses.asl20;
    description = "Language server for Scala";
    mainProgram = "metals";
    maintainers = with maintainers; [ fabianhjr tomahna ];
    maintainers = with maintainers; [ fabianhjr jpaju tomahna ];
  };
}