about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2024-04-24 13:31:34 -0600
committerGitHub <noreply@github.com>2024-04-24 13:31:34 -0600
commit7e9344b1061854b7e3110775527d2a8526486c5e (patch)
tree4cb9e17ebdc56a5d7524bce3b816dcb1b8fb49ab /pkgs
parentf81de2bf5728dae07dbd2e4c4d14aecb01c6a30a (diff)
parent4355e2abb7a4bc4a685b5a1bf2442ecc689f8cbc (diff)
Merge pull request #304347 from jpaju/metals-1.3.0
metals: 1.2.2 -> 1.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/language-servers/metals/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/language-servers/metals/default.nix b/pkgs/development/tools/language-servers/metals/default.nix
index 894b83a72f8c0..5f9d87d839d6f 100644
--- a/pkgs/development/tools/language-servers/metals/default.nix
+++ b/pkgs/development/tools/language-servers/metals/default.nix
@@ -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 ];
   };
 }