doc/maven: fakeSha256fakeHash

This commit is contained in:
nicoo
2024-09-17 10:47:31 +02:00
committed by Valentin Gagarin
parent 633f94fa4a
commit 274206a1f1
+2 -2
View File
@@ -219,10 +219,10 @@ stdenv.mkDerivation {
# don't do any fixup
dontFixup = true;
outputHashAlgo = "sha256";
outputHashAlgo = null;
outputHashMode = "recursive";
# replace this with the correct SHA256
outputHash = lib.fakeSha256;
outputHash = lib.fakeHash;
}
```