about summary refs log tree commit diff
path: root/doc/manual/expressions
diff options
context:
space:
mode:
authorChase Adams <realchaseadams@gmail.com>2017-08-18T23·07-0700
committerGitHub <noreply@github.com>2017-08-18T23·07-0700
commit09a38f91257c7ef482368c24b38dd7098d4589b8 (patch)
treee74467cbb040419777379213f26512736e2389ce /doc/manual/expressions
parente56e79064212f58a5ce775f75b6c91f05721043a (diff)
update MD5 to SHA-256 in expression-syntax
Diffstat (limited to 'doc/manual/expressions')
-rw-r--r--doc/manual/expressions/expression-syntax.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/expressions/expression-syntax.xml b/doc/manual/expressions/expression-syntax.xml
index b674b0d600..42b9dca362 100644
--- a/doc/manual/expressions/expression-syntax.xml
+++ b/doc/manual/expressions/expression-syntax.xml
@@ -108,7 +108,7 @@ the single Nix expression in that directory
     <para>The builder has to know what the sources of the package
     are.  Here, the attribute <varname>src</varname> is bound to the
     result of a call to the <command>fetchurl</command> function.
-    Given a URL and an MD5 hash of the expected contents of the file
+    Given a URL and a SHA-256 hash of the expected contents of the file
     at that URL, this function builds a derivation that downloads the
     file and checks its hash.  So the sources are a dependency that
     like all other dependencies is built before Hello itself is
@@ -145,4 +145,4 @@ perl = perl;</programlisting>
 
 </para>
 
-</section>
\ No newline at end of file
+</section>