Update doc/builders/fetchers.chapter.md

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
Cody Hiar 2022-08-02 10:51:38 -06:00 committed by GitHub
parent 6d0bf6ae05
commit 0685e4a929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,8 @@ fetchurl {
};
```
**This will reuse the old contents**. Remember to invalidate the hash argument by setting the sha256 to an empty string.
**This will reuse the old contents**.
Remember to invalidate the hash argument, in this case by setting the `sha256` attribute to an empty string.
```nix
fetchurl {