3
0
Fork 0
forked from mirrors/nixpkgs

metals: 0.11.6 -> 0.11.7

This commit is contained in:
Kevin Rauscher 2022-07-19 13:55:33 +02:00
parent ac34850de2
commit e84435878c

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "0.11.6";
version = "0.11.7";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-/tFc7xAuUtx2JgEMLhGaq2FXpt7KQNMi82ODr/gTfhM=";
outputHash = "sha256-Zc/0kod3JM58WpyxwXiyQdixBHOJV7UDGg1YZtHJ3hw=";
};
nativeBuildInputs = [ makeWrapper setJavaClassPath ];