summary refs log tree commit diff
path: root/doc/builders/fetchers.chapter.md
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2022-08-02 10:51:38 -0600
committerGitHub <noreply@github.com>2022-08-02 10:51:38 -0600
commit0685e4a92984b7831a4256cc7e5463668f20e45c (patch)
treec155ab35b71177fb1a46c975df35721544d4580d /doc/builders/fetchers.chapter.md
parent6d0bf6ae0549c37caae3f337219e622701b30402 (diff)
downloadnixpkgs-0685e4a92984b7831a4256cc7e5463668f20e45c.tar
nixpkgs-0685e4a92984b7831a4256cc7e5463668f20e45c.tar.gz
nixpkgs-0685e4a92984b7831a4256cc7e5463668f20e45c.tar.bz2
nixpkgs-0685e4a92984b7831a4256cc7e5463668f20e45c.tar.lz
nixpkgs-0685e4a92984b7831a4256cc7e5463668f20e45c.tar.xz
nixpkgs-0685e4a92984b7831a4256cc7e5463668f20e45c.tar.zst
nixpkgs-0685e4a92984b7831a4256cc7e5463668f20e45c.zip
Update doc/builders/fetchers.chapter.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc/builders/fetchers.chapter.md')
-rw-r--r--doc/builders/fetchers.chapter.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md
index ce6c214259a..26b70b1fde2 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -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 {