You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/source/language/advanced-attributes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ Derivations can declare some infrequently used optional attributes.
192
192
The [`convertHash`](@docroot@/language/builtins.md#builtins-convertHash) function shows how to convert between different encodings, and the [`nix-hash` command](../command-ref/nix-hash.md) has information about obtaining the hash for some contents, as well as converting to and from encodings.
193
193
194
194
The `outputHashAlgo` attribute specifies the hash algorithm used to compute the hash.
195
-
It can currently be `"sha1"`, `"sha256"`, `"sha512"`, or `null`.
195
+
It can currently be `"blake3", "sha1"`, `"sha256"`, `"sha512"`, or `null`.
196
196
`outputHashAlgo` can only be `null` when `outputHash` follows the SRI format.
197
197
198
198
The `outputHashMode` attribute determines how the hash is computed.
0 commit comments