11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitHub {
18 tag = "v${finalAttrs.version}";
19 sha256 = "0qj8aaqvfcavj1vj5asm4pqm03ap7q8x4c2fy83cqggvky0frgya";
28 configureFlags = lib.optional stdenv.hostPlatform.isx86 "--enable-fat=yes";
30 enableParallelBuilding = true;
34 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
37 description = "BLAKE2 family of cryptographic hash functions";
38 homepage = "https://blake2.net/";
39 pkgConfigModules = [ "libb2" ];
40 platforms = platforms.all;
41 maintainers = with maintainers; [
45 license = licenses.cc0;