about summary refs log tree commit diff
path: root/pkgs/development/tools/metals/default.nix
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2021-01-19 21:12:29 +0100
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2021-01-19 21:14:38 +0100
commita491d9ee016aa2d5c9ea898a6ae350e829b85e61 (patch)
treeec260abd166fe858654b52b66b4bbeb9b992bcf8 /pkgs/development/tools/metals/default.nix
parentd1bfbb992db2ca20e5fc804ecdc174a419baa590 (diff)
metals: 0.9.8 -> 0.9.10
Diffstat (limited to 'pkgs/development/tools/metals/default.nix')
-rw-r--r--pkgs/development/tools/metals/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/metals/default.nix b/pkgs/development/tools/metals/default.nix
index 0937ccb598714..729ab88c680bd 100644
--- a/pkgs/development/tools/metals/default.nix
+++ b/pkgs/development/tools/metals/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "metals";
-  version = "0.9.8";
+  version = "0.9.10";
 
   deps = stdenv.mkDerivation {
     name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "1gn7v1478sqhz4hv53pgvaw2nqziyiavvhn5q152lkzyvghq08wk";
+    outputHash     = "1i91jq1p27kkzxk57mm438sablnrx8j5pfyl0yg64wzrashba1xa";
   };
 
   nativeBuildInputs = [ makeWrapper ];