1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Merge pull request #14166 from lovesegfault/nix-rl-notes

docs(release-notes): note fix for fetchTarball/fetchurl substitution
This commit is contained in:
Eelco Dolstra 2025-10-06 19:11:18 +02:00 committed by GitHub
commit 8142989e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,6 +75,10 @@
This can drastically decrease the time invocations take in environments where This can drastically decrease the time invocations take in environments where
checks may already be cached (like in CI). 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 ## Contributors
This release was made possible by the following 32 contributors: This release was made possible by the following 32 contributors: