mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #304347 from jpaju/metals-1.3.0
metals: 1.2.2 -> 1.3.0
This commit is contained in:
commit
7e9344b106
2 changed files with 8 additions and 3 deletions
|
@ -9897,6 +9897,11 @@
|
|||
github = "jpagex";
|
||||
githubId = 635768;
|
||||
};
|
||||
jpaju = {
|
||||
name = "Jaakko Paju";
|
||||
github = "jpaju";
|
||||
githubId = 36770267;
|
||||
};
|
||||
jpas = {
|
||||
name = "Jarrod Pas";
|
||||
email = "jarrod@jarrodpas.com";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue