vatprism: fix fetchedMavenDeps hash

sha256-QH14GJ8JUYuu5XWnSKPYsamFeP0o+5Sobl+a0FUOIzs= -> sha256-LoOiLisqc99gIGClpVe8tq5/2prmyyOzLDkpmuSgwVo=
This commit is contained in:
Justin Restivo
2025-12-30 18:44:08 -05:00
parent e72a42d827
commit 9fb42f4084

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