summary refs log tree commit diff
path: root/pkgs/development/tools/metals
diff options
context:
space:
mode:
authorCody Allen <ceedubs@gmail.com>2020-05-05 16:47:37 -0700
committerJon <jonringer@users.noreply.github.com>2020-05-06 10:33:48 -0700
commitf03e686f01a3494d3f2e901ada97dcc216807ae8 (patch)
treed6a99922dcc19fb378d859a79740477f6b1a836c /pkgs/development/tools/metals
parent1d54df95175ac7826064747702167b610aed0dbd (diff)
downloadnixpkgs-f03e686f01a3494d3f2e901ada97dcc216807ae8.tar
nixpkgs-f03e686f01a3494d3f2e901ada97dcc216807ae8.tar.gz
nixpkgs-f03e686f01a3494d3f2e901ada97dcc216807ae8.tar.bz2
nixpkgs-f03e686f01a3494d3f2e901ada97dcc216807ae8.tar.lz
nixpkgs-f03e686f01a3494d3f2e901ada97dcc216807ae8.tar.xz
nixpkgs-f03e686f01a3494d3f2e901ada97dcc216807ae8.tar.zst
nixpkgs-f03e686f01a3494d3f2e901ada97dcc216807ae8.zip
metals: 0.8.4 -> 0.9.0
Diffstat (limited to 'pkgs/development/tools/metals')
-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 4cd87480070..cf9ce2bd265 100644
--- a/pkgs/development/tools/metals/default.nix
+++ b/pkgs/development/tools/metals/default.nix
@@ -2,7 +2,7 @@
 
 let
   baseName = "metals";
-  version = "0.8.4";
+  version = "0.9.0";
   deps = stdenv.mkDerivation {
     name = "${baseName}-deps-${version}";
     buildCommand = ''
@@ -15,7 +15,7 @@ let
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "1r8aff082m3kh6wy5diyvq8bzg5x4dp1da9sfz223ii0kc1yp6w5";
+    outputHash     = "116q2jzqlmdhkqvjg31b9ib8w1k7rlr8gmjcr7z32idpn16hqg59";
   };
 in
 stdenv.mkDerivation rec {