summary refs log tree commit diff
path: root/pkgs/development/tools/metals
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2020-09-22 09:03:14 +0200
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2020-09-22 09:04:00 +0200
commit308e245abaf5881c0cba32e007dc8d960f93d509 (patch)
treecd03c6b05b1b96195ed87f82963f5e9e1ad821fb /pkgs/development/tools/metals
parentb0edb341fbae473331bc647fe328d678845329fc (diff)
downloadnixpkgs-308e245abaf5881c0cba32e007dc8d960f93d509.tar
nixpkgs-308e245abaf5881c0cba32e007dc8d960f93d509.tar.gz
nixpkgs-308e245abaf5881c0cba32e007dc8d960f93d509.tar.bz2
nixpkgs-308e245abaf5881c0cba32e007dc8d960f93d509.tar.lz
nixpkgs-308e245abaf5881c0cba32e007dc8d960f93d509.tar.xz
nixpkgs-308e245abaf5881c0cba32e007dc8d960f93d509.tar.zst
nixpkgs-308e245abaf5881c0cba32e007dc8d960f93d509.zip
metals: 0.9.3 -> 0.9.4
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 caee8058f0f..55125fbeff4 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.3";
+  version = "0.9.4";
 
   deps = stdenv.mkDerivation {
     name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "0mr0pxicka4qd0cn002g5r80dyg59164czyb0r7012l0q1xighz2";
+    outputHash     = "1k07gg13z3kambvvrxsc27781cd5npb2a50ahdbj7x6j6h67k0pg";
   };
 
   nativeBuildInputs = [ makeWrapper ];