7 rustPlatform.buildRustPackage rec {
12 inherit version pname;
13 hash = "sha256-wyr5LuFn3yRPJCyNfLT1Vgn6Sz1U4VNo0nppJrqE7IY=";
16 cargoHash = "sha256-v2sQKZ0DG08MDLho8fQ8O7fiNu+kxZB1sPNMgF5W2HA=";
19 description = "BLAKE3 cryptographic hash function";
20 mainProgram = "b3sum";
21 homepage = "https://github.com/BLAKE3-team/BLAKE3/";
22 maintainers = with lib.maintainers; [
26 license = with lib.licenses; [
30 changelog = "https://github.com/BLAKE3-team/BLAKE3/releases/tag/${version}";