mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
b3sum: reformat
This commit is contained in:
parent
bd2c511751
commit
0e6623970e
@ -1,4 +1,8 @@
|
||||
{ lib, fetchCrate, rustPlatform }:
|
||||
{
|
||||
lib,
|
||||
fetchCrate,
|
||||
rustPlatform,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "b3sum";
|
||||
@ -15,8 +19,14 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "BLAKE3 cryptographic hash function";
|
||||
mainProgram = "b3sum";
|
||||
homepage = "https://github.com/BLAKE3-team/BLAKE3/";
|
||||
maintainers = with lib.maintainers; [ fpletz ivan ];
|
||||
license = with lib.licenses; [ cc0 asl20 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
fpletz
|
||||
ivan
|
||||
];
|
||||
license = with lib.licenses; [
|
||||
cc0
|
||||
asl20
|
||||
];
|
||||
changelog = "https://github.com/BLAKE3-team/BLAKE3/releases/tag/${version}";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user