doc/maven: fakeSha256fakeHash

This commit is contained in:
nicoo 2024-09-16 21:11:01 +00:00 committed by Valentin Gagarin
parent 633f94fa4a
commit 274206a1f1

View File

@ -219,10 +219,10 @@ stdenv.mkDerivation {
# don't do any fixup # don't do any fixup
dontFixup = true; dontFixup = true;
outputHashAlgo = "sha256"; outputHashAlgo = null;
outputHashMode = "recursive"; outputHashMode = "recursive";
# replace this with the correct SHA256 # replace this with the correct SHA256
outputHash = lib.fakeSha256; outputHash = lib.fakeHash;
} }
``` ```