From 0685e4a92984b7831a4256cc7e5463668f20e45c Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 2 Aug 2022 10:51:38 -0600 Subject: [PATCH] Update doc/builders/fetchers.chapter.md Co-authored-by: Valentin Gagarin --- doc/builders/fetchers.chapter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md index ce6c214259a3..26b70b1fde2b 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 {