mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 19:41:04 +01:00
Fix mistake in the release note for derivations
Floating CA outputs just have a hash algorith, not a whole hash. It is fixed ones which are a pair of a method and a hash, just like the `ca` field of store object info.
This commit is contained in:
parent
14feb36cd6
commit
401e08f839
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ The derivation JSON format has been updated from version 3 to version 4:
|
|||
|
||||
- **Consistent content addresses**:
|
||||
|
||||
Floating content-addressed outputs now use structured JSON format.
|
||||
Fixed content-addressed outputs now use structured JSON format.
|
||||
This is the same format as `ca` in store path info (after the new version).
|
||||
|
||||
Version 3 and earlier formats are *not* accepted when reading.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue