Merge pull request #114254 from Gonzih/scala-metals-0.10.0-bump

metals: 0.9.10 -> 0.10.0
This commit is contained in:
Daniël de Kok
2021-02-25 07:10:43 +01:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "0.9.10";
version = "0.10.0";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "1i91jq1p27kkzxk57mm438sablnrx8j5pfyl0yg64wzrashba1xa";
outputHash = "1v9br6nad6yhq9y1z4b9z6xdsjrgqh7wlxww7vp7ws28cg85mqyg";
};
nativeBuildInputs = [ makeWrapper ];