1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Add BLAKE3 to documentation

This commit is contained in:
silvanshade 2025-02-05 17:29:55 -07:00
parent 1f56ea4c72
commit 7fd2125573
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -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`