metals: 0.9.10 -> 0.10.0

This commit is contained in:
Max Gonzih 2021-02-24 11:28:14 -05:00
parent 4370433b49
commit cec4ee2ebe
No known key found for this signature in database
GPG key ID: 27E828AA8DD0ACA5

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 ];