doc/maven: fakeSha256
→ fakeHash
This commit is contained in:
parent
633f94fa4a
commit
274206a1f1
@ -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;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user