summary refs log tree commit diff
path: root/pkgs/development/tools/metals
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2020-08-19 22:49:58 +0200
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2020-08-19 22:50:31 +0200
commit371913ed692c88bd7af7b065ff205361ffac5c51 (patch)
tree8a617cf2d0d3f347f0b86a810462c1fdfcc11517 /pkgs/development/tools/metals
parent0657fe4bf44b14a9d55f40124b5026a549c3fce2 (diff)
downloadnixpkgs-371913ed692c88bd7af7b065ff205361ffac5c51.tar
nixpkgs-371913ed692c88bd7af7b065ff205361ffac5c51.tar.gz
nixpkgs-371913ed692c88bd7af7b065ff205361ffac5c51.tar.bz2
nixpkgs-371913ed692c88bd7af7b065ff205361ffac5c51.tar.lz
nixpkgs-371913ed692c88bd7af7b065ff205361ffac5c51.tar.xz
nixpkgs-371913ed692c88bd7af7b065ff205361ffac5c51.tar.zst
nixpkgs-371913ed692c88bd7af7b065ff205361ffac5c51.zip
metals: 0.9.2 -> 0.9.3
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 e5046d1d1d9..caee8058f0f 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.2";
+  version = "0.9.3";
 
   deps = stdenv.mkDerivation {
     name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "1gnf2p578nk1ygx3cc4mb7fa690c51nbdwvc2qz2805m4xg3x7zv";
+    outputHash     = "0mr0pxicka4qd0cn002g5r80dyg59164czyb0r7012l0q1xighz2";
   };
 
   nativeBuildInputs = [ makeWrapper ];