Merge pull request #304347 from jpaju/metals-1.3.0

metals: 1.2.2 -> 1.3.0
This commit is contained in:
Fabián Heredia Montiel 2024-04-24 13:31:34 -06:00 committed by GitHub
commit 7e9344b106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View File

@ -9897,6 +9897,11 @@
github = "jpagex";
githubId = 635768;
};
jpaju = {
name = "Jaakko Paju";
github = "jpaju";
githubId = 36770267;
};
jpas = {
name = "Jarrod Pas";
email = "jarrod@jarrodpas.com";

View File

@ -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 ];
};
}