8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
13 owner = "BLAKE3-team";
15 tag = finalAttrs.version;
16 hash = "sha256-2M8OQNmtWwfDcbZYspaxpGz2clpfILru//4+P6dClNw=";
19 sourceRoot = finalAttrs.src.name + "/c";
26 description = "Official C implementation of BLAKE3";
27 homepage = "https://github.com/BLAKE3-team/BLAKE3/tree/master/c";
28 license = with lib.licenses; [
32 maintainers = with lib.maintainers; [ fgaz ];
33 platforms = lib.platforms.all;