mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
nix hash convert: s/--type/--algo/ + more functional tests
https://github.com/NixOS/nix/issues/8876
This commit is contained in:
parent
6bbd900d4f
commit
0c2d5f7673
3 changed files with 71 additions and 10 deletions
|
@ -40,7 +40,6 @@ enum struct HashFormat : int {
|
|||
SRI
|
||||
};
|
||||
|
||||
|
||||
struct Hash
|
||||
{
|
||||
constexpr static size_t maxHashSize = 64;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue