vatprism: fix fetchedMavenDeps hash (#475443)

This commit is contained in:
Colin
2026-01-01 09:08:05 +00:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ maven.buildMavenPackage rec {
if (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) then
"sha256-gerjxTj8UQEVthMO3unWPEG7SPseMt5JPPureC/wUsw="
else
"sha256-QH14GJ8JUYuu5XWnSKPYsamFeP0o+5Sobl+a0FUOIzs=";
"sha256-LoOiLisqc99gIGClpVe8tq5/2prmyyOzLDkpmuSgwVo=";
installPhase = ''
runHook preInstall