Merge pull request #95819 from Tomahna/metals

metals: 0.9.2 -> 0.9.3
This commit is contained in:
Daniël de Kok 2020-08-22 15:39:10 +02:00 committed by GitHub
commit c0d6bccb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "0.9.2";
version = "0.9.3";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "1gnf2p578nk1ygx3cc4mb7fa690c51nbdwvc2qz2805m4xg3x7zv";
outputHash = "0mr0pxicka4qd0cn002g5r80dyg59164czyb0r7012l0q1xighz2";
};
nativeBuildInputs = [ makeWrapper ];