about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2020-03-19 20:54:10 +0100
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2020-03-20 13:22:33 +0100
commit7fe795d366d09b9afd03fdf0fd7f52b0691f3c46 (patch)
treec5b6334d91343a857ca3d08fbf55e395c98adc99
parentecce3a7bc9a35415b82169630d352abddf6bcdd2 (diff)
downloadnixlib-7fe795d366d09b9afd03fdf0fd7f52b0691f3c46.tar
nixlib-7fe795d366d09b9afd03fdf0fd7f52b0691f3c46.tar.gz
nixlib-7fe795d366d09b9afd03fdf0fd7f52b0691f3c46.tar.bz2
nixlib-7fe795d366d09b9afd03fdf0fd7f52b0691f3c46.tar.lz
nixlib-7fe795d366d09b9afd03fdf0fd7f52b0691f3c46.tar.xz
nixlib-7fe795d366d09b9afd03fdf0fd7f52b0691f3c46.tar.zst
nixlib-7fe795d366d09b9afd03fdf0fd7f52b0691f3c46.zip
metals: 0.8.2 -> 0.8.3
-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 6a6aafaf9e5e..85a27fd9150b 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.2";
+  version = "0.8.3";
   deps = stdenv.mkDerivation {
     name = "${baseName}-deps-${version}";
     buildCommand = ''
@@ -15,7 +15,7 @@ let
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "09acvrfv23q1iv4sq7jhpf5frcv7dk2nq147licma5iixc726bdx";
+    outputHash     = "1l196glr7rbsvrqmq6i7iw532jkz8d1w5m9nh0kh5z12visc7bkk";
   };
 in
 stdenv.mkDerivation rec {