Merge pull request #98447 from Tomahna/metals

metals: 0.9.3 -> 0.9.4
This commit is contained in:
Daniël de Kok 2020-09-23 08:05:55 +02:00 committed by GitHub
commit 5948bdd25b
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.3";
version = "0.9.4";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0mr0pxicka4qd0cn002g5r80dyg59164czyb0r7012l0q1xighz2";
outputHash = "1k07gg13z3kambvvrxsc27781cd5npb2a50ahdbj7x6j6h67k0pg";
};
nativeBuildInputs = [ makeWrapper ];