aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/command-ref/nix-prefetch-url.md
diff options
context:
space:
mode:
authortnias <phil@grmr.de>2020-10-25 23:16:53 +0100
committerGitHub <noreply@github.com>2020-10-25 22:16:53 +0000
commitc189cf7e3361e3c4caa989bde057439485b2c227 (patch)
tree165adf5620e95738298b9739c2fea17f7c5d576a /doc/manual/src/command-ref/nix-prefetch-url.md
parenta78582c70fddab80d793b31367a4006c7853fc14 (diff)
Add sha512 to hashAlgo listings in manpages (#4186)
Diffstat (limited to 'doc/manual/src/command-ref/nix-prefetch-url.md')
-rw-r--r--doc/manual/src/command-ref/nix-prefetch-url.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-prefetch-url.md b/doc/manual/src/command-ref/nix-prefetch-url.md
index 78c612cd4..59ab89b29 100644
--- a/doc/manual/src/command-ref/nix-prefetch-url.md
+++ b/doc/manual/src/command-ref/nix-prefetch-url.md
@@ -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.