1
0
Fork 0
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:
Peter Kolloch 2023-11-28 11:42:52 +01:00
parent 6bbd900d4f
commit 0c2d5f7673
3 changed files with 71 additions and 10 deletions

View file

@ -40,7 +40,6 @@ enum struct HashFormat : int {
SRI
};
struct Hash
{
constexpr static size_t maxHashSize = 64;