···55 fetchFromGitHub,
66 tbb_2021_11,
7788- useTBB ? true,
88+ # Until we have a release with
99+ # https://github.com/BLAKE3-team/BLAKE3/pull/461 and similar, or those
1010+ # PRs are patched onto this current release. Even then, I think we
1111+ # still need to disable for MinGW build because
1212+ # https://github.com/BLAKE3-team/BLAKE3/issues/467
1313+ useTBB ? false,
914}:
10151116stdenv.mkDerivation (finalAttrs: {
1217 pname = "libblake3";
1313- version = "1.8.2";
1818+ version = "1.8.0";
14191520 src = fetchFromGitHub {
1621 owner = "BLAKE3-team";
1722 repo = "BLAKE3";
1823 tag = finalAttrs.version;
1919- hash = "sha256-IABVErXWYQFXZcwsFKfQhm3ox7UZUcW5uzVrGwsSp94=";
2424+ hash = "sha256-Krh0yVNZKL6Mb0McqWTIMNownsgM3MUEX2IP+F/fu+k=";
2025 };
21262227 sourceRoot = finalAttrs.src.name + "/c";