1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-10 19:11:03 +01:00

Implement multi-threaded BLAKE3 hashing

This commit is contained in:
silvanshade 2025-03-18 15:16:56 -06:00
parent b1783ff615
commit 7db388f597
No known key found for this signature in database
2 changed files with 23 additions and 2 deletions

View file

@ -50,7 +50,8 @@ endif
blake3 = dependency(
'libblake3',
version: '>= 1.5.5',
version: '>= 1.8.2',
method : 'pkg-config',
)
deps_private += blake3