diff --git a/doc/languages-frameworks/maven.section.md b/doc/languages-frameworks/maven.section.md index e56beb102570..d6c8357785e3 100644 --- a/doc/languages-frameworks/maven.section.md +++ b/doc/languages-frameworks/maven.section.md @@ -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; } ```