From 776038f842d5b4844f9f3411a698733b1d1c0547 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Costa Date: Mon, 6 Oct 2025 17:09:34 +0000 Subject: [PATCH] docs(release-notes): note fix for fetchTarball/fetchurl substitution --- doc/manual/source/release-notes/rl-2.32.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/source/release-notes/rl-2.32.md b/doc/manual/source/release-notes/rl-2.32.md index c2f0eb27f..04f06e6b1 100644 --- a/doc/manual/source/release-notes/rl-2.32.md +++ b/doc/manual/source/release-notes/rl-2.32.md @@ -75,6 +75,10 @@ This can drastically decrease the time invocations take in environments where checks may already be cached (like in CI). +- `fetchTarball` and `fetchurl` now correctly substitute (#14138) + + 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. + ## Contributors This release was made possible by the following 32 contributors: