···5 fetchFromGitHub,
6 tbb_2021_11,
78+ # Until we have a release with
9+ # https://github.com/BLAKE3-team/BLAKE3/pull/461 and similar, or those
10+ # PRs are patched onto this current release. Even then, I think we
11+ # still need to disable for MinGW build because
12+ # https://github.com/BLAKE3-team/BLAKE3/issues/467
13+ useTBB ? false,
14}:
1516stdenv.mkDerivation (finalAttrs: {
17 pname = "libblake3";
18+ version = "1.8.0";
1920 src = fetchFromGitHub {
21 owner = "BLAKE3-team";
22 repo = "BLAKE3";
23 tag = finalAttrs.version;
24+ hash = "sha256-Krh0yVNZKL6Mb0McqWTIMNownsgM3MUEX2IP+F/fu+k=";
25 };
2627 sourceRoot = finalAttrs.src.name + "/c";