aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-10-30 11:58:14 +0100
committerEelco Dolstra <edolstra@gmail.com>2017-10-30 12:41:48 +0100
commitf1c555cef870654cdaf232b5d08fdbba0bf06add (patch)
tree788461f64a4b4bc07987e0b2548ed37b433caaf1
parent5cb78053f01ec82bcb8034a0afefa44fc82b5e72 (diff)
fetchurl/fetchTarball are *not* allowed in restricted mode
Accidentally committed this change as part of f9686885be54a9b0f8947713a414de4ad3182037. Restricted mode != pure mode.
-rw-r--r--doc/manual/release-notes/rl-1.12.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/release-notes/rl-1.12.xml b/doc/manual/release-notes/rl-1.12.xml
index d8fc2bcf8..609dcef6b 100644
--- a/doc/manual/release-notes/rl-1.12.xml
+++ b/doc/manual/release-notes/rl-1.12.xml
@@ -223,8 +223,7 @@
<para><function>builtins.fetchurl</function> and
<function>builtins.fetchTarball</function> now support
<varname>sha256</varname> and <varname>name</varname>
- attributes. Using these functions is now allowed in restricted
- mode if a hash is supplied.</para>
+ attributes.</para>
</listitem>
<listitem>