Skip to content

Commit

Permalink
Add sha512 to hashAlgo listings in manpages (#4186)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnias committed Oct 25, 2020
1 parent a78582c commit c189cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/manual/src/command-ref/nix-hash.md
Expand Up @@ -45,7 +45,7 @@ md5sum`.

- `--type` *hashAlgo*
Use the specified cryptographic hash algorithm, which can be one of
`md5`, `sha1`, and `sha256`.
`md5`, `sha1`, `sha256`, and `sha512`.

- `--to-base16`
Don’t hash anything, but convert the base-32 hash representation
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/src/command-ref/nix-prefetch-url.md
Expand Up @@ -39,7 +39,7 @@ Nix store is also printed.

- `--type` *hashAlgo*
Use the specified cryptographic hash algorithm, which can be one of
`md5`, `sha1`, and `sha256`.
`md5`, `sha1`, `sha256`, and `sha512`.

- `--print-path`
Print the store path of the downloaded file on standard output.
Expand Down

0 comments on commit c189cf7

Please sign in to comment.