Skip to content

Commit 8142989

Browse files
authored
Merge pull request #14166 from lovesegfault/nix-rl-notes
docs(release-notes): note fix for fetchTarball/fetchurl substitution
2 parents f4e4404 + 776038f commit 8142989

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/manual/source/release-notes/rl-2.32.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
This can drastically decrease the time invocations take in environments where
7676
checks may already be cached (like in CI).
7777

78+
- `fetchTarball` and `fetchurl` now correctly substitute (#14138)
79+
80+
At some point we stopped substituting calls to `fetchTarball` and `fetchurl` with a set `narHash` to avoid incorrectly substituting things in `fetchTree`, even though it would be safe to substitute when calling the legacy `fetch{Tarball,url}`. This fixes that regression where it is safe.
81+
7882
## Contributors
7983

8084
This release was made possible by the following 32 contributors:

0 commit comments

Comments
 (0)