maven: adjust hashes of pull-maven-dependencies derivations

Since the newer Maven pulls different versions of its own dependencies,
the hashes of these derivations all changed.
This commit is contained in:
Tillerino
2023-06-20 13:15:27 +02:00
parent fdbfdee4a4
commit 13dd515a92
7 changed files with 7 additions and 7 deletions
@@ -24,7 +24,7 @@ javaPackages.mavenfod rec {
mvnFetchExtraArgs.dontConfigure = true;
mvnParameters = "-DskipTests";
mvnHash = "sha256-2MVlF3QIWiDvUlnMH4RLi2Od57aoh8zK/OmHqztOnZ4=";
mvnHash = "sha256-bzYBSrCS9Kp+qnVO60h915Or1VWabphwLEu6lcBULuc=";
nativeBuildInputs = [ maven jdk makeWrapper ];