metals: 1.2.1 -> 1.2.2

This commit is contained in:
Jaakko Paju 2024-03-15 01:03:28 +02:00 committed by tomf
parent debb92775e
commit 1f7e3343e3

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "1.2.1";
version = "1.2.2";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-L/ltoLlr4TdsDYwYtaCs6+Q2yTiyzoa2GQ3VK28AlzE=";
outputHash = "sha256-xk2ionn/lBV8AR7n7OR03UuRCoP1/K6KuohhpRwFock=";
};
nativeBuildInputs = [ makeWrapper setJavaClassPath ];