metals: 0.11.9 -> 0.11.10

This commit is contained in:
Felix Rath 2023-01-03 01:26:13 +01:00
parent b9866fc0cf
commit 825a15acb1

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "0.11.9";
version = "0.11.10";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-CJ34OZOAM0Le9U0KSe0nKINnxA3iUgqUMtS06YnjvVo=";
outputHash = "sha256-CNLBDsyiEOmMGA9r8eU+3z75VYps21kHnLpB1LYC7W4=";
};
nativeBuildInputs = [ makeWrapper setJavaClassPath ];