mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
update MD5 to SHA-256 in expression-syntax
This commit is contained in:
parent
e56e790642
commit
09a38f9125
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ the single Nix expression in that directory
|
||||||
<para>The builder has to know what the sources of the package
|
<para>The builder has to know what the sources of the package
|
||||||
are. Here, the attribute <varname>src</varname> is bound to the
|
are. Here, the attribute <varname>src</varname> is bound to the
|
||||||
result of a call to the <command>fetchurl</command> function.
|
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
|
at that URL, this function builds a derivation that downloads the
|
||||||
file and checks its hash. So the sources are a dependency that
|
file and checks its hash. So the sources are a dependency that
|
||||||
like all other dependencies is built before Hello itself is
|
like all other dependencies is built before Hello itself is
|
||||||
|
|
Loading…
Reference in a new issue