From 401e08f839f9b109cf3aca6468735391ed45599e Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 8 Dec 2025 16:06:38 -0500 Subject: [PATCH] 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. --- doc/manual/rl-next/json-format-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/rl-next/json-format-changes.md b/doc/manual/rl-next/json-format-changes.md index b5254d236..e264daf04 100644 --- a/doc/manual/rl-next/json-format-changes.md +++ b/doc/manual/rl-next/json-format-changes.md @@ -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.