mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
base32 -> nix32
This commit is contained in:
parent
f136ec5290
commit
794a50065b
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
||||||
|
|
||||||
For the builtin `convertHash`, the `toHashFormat` parameter now accepts the same hash formats as the `--to`/`--from`
|
For the builtin `convertHash`, the `toHashFormat` parameter now accepts the same hash formats as the `--to`/`--from`
|
||||||
parameters of the `nix hash conert` command: `"base16"`, `"nix32"`, `"base64"`, and `"sri"`. The former `"base32"` value
|
parameters of the `nix hash conert` command: `"base16"`, `"nix32"`, `"base64"`, and `"sri"`. The former `"base32"` value
|
||||||
remains as a deprecated alias for `"base32"`. Please convert your code from:
|
remains as a deprecated alias for `"nix32"`. Please convert your code from:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
builtins.convertHash { inherit hash hashAlgo; toHashFormat = "base32";}
|
builtins.convertHash { inherit hash hashAlgo; toHashFormat = "base32";}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue