mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Add BLAKE3 to documentation
This commit is contained in:
parent
1f56ea4c72
commit
7fd2125573
4 changed files with 4 additions and 3 deletions
|
@ -67,7 +67,7 @@ md5sum`.
|
|||
- `--type` *hashAlgo*
|
||||
|
||||
Use the specified cryptographic hash algorithm, which can be one of
|
||||
`md5`, `sha1`, `sha256`, and `sha512`.
|
||||
`blake3`, `md5`, `sha1`, `sha256`, and `sha512`.
|
||||
|
||||
- `--to-base16`
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ the path of the downloaded file in the Nix store is also printed.
|
|||
- `--type` *hashAlgo*
|
||||
|
||||
Use the specified cryptographic hash algorithm,
|
||||
which can be one of `md5`, `sha1`, `sha256`, and `sha512`.
|
||||
which can be one of `blake3`, `md5`, `sha1`, `sha256`, and `sha512`.
|
||||
The default is `sha256`.
|
||||
|
||||
- `--print-path`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue