mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Update doc/builders/fetchers.chapter.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
6d0bf6ae05
commit
0685e4a929
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue