metals: 0.8.4 -> 0.9.0

This commit is contained in:
Cody Allen 2020-05-05 16:47:37 -07:00 committed by Jon
parent 1d54df9517
commit f03e686f01
1 changed files with 2 additions and 2 deletions

View File

@ -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 {