Commit 274206a1 authored by nicoo's avatar nicoo Committed by Valentin Gagarin
Browse files

doc/maven: `fakeSha256` → `fakeHash`

parent 633f94fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
}
```