Update src/libexpr/primops.cc

Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
This commit is contained in:
Peter Kolloch 2023-12-02 11:53:50 +01:00
parent 8afeaf05c4
commit d38ec12855

View file

@ -3838,6 +3838,7 @@ static RegisterPrimOp primop_convertHash({
The format of the resulting hash. Must be one of
- `"base16"`
- `"nix32"`
- `"base32"` (deprecated alias for `"nix32"`)
- `"base64"`
- `"sri"`