metals: 0.8.1 -> 0.8.2

This commit is contained in:
Kevin Rauscher 2020-02-24 09:59:15 +01:00
parent fee1cee0ac
commit f311e4f04b
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
let let
baseName = "metals"; baseName = "metals";
version = "0.8.1"; version = "0.8.2";
deps = stdenv.mkDerivation { deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}"; name = "${baseName}-deps-${version}";
buildCommand = '' buildCommand = ''
@ -15,7 +15,7 @@ let
''; '';
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
outputHash = "0m1vly213cazylg1rmfh5qk3bq65aafa0rf1anfdb3ggymylwza0"; outputHash = "09acvrfv23q1iv4sq7jhpf5frcv7dk2nq147licma5iixc726bdx";
}; };
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {