toipe: init at 0.3.1

This commit is contained in:
Loïc Reynier 2022-04-06 15:38:43 +02:00 committed by Yt
parent 75ffac013c
commit 36d4734b64
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{ lib, fetchCrate, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "toipe";
version = "0.3.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-/vO5ABMldw3soh7mscjhN5TAZOcs+iMTaMxcdMmV0Xo=";
};
cargoSha256 = "sha256-AsRQ8kvDy1cH4/kaFAoU7en3dzDiG1T+O+4r6PKa0hM=";
meta = with lib; {
description = "Trusty terminal typing tester";
homepage = "https://github.com/Samyak2/toipe";
license = licenses.mit;
maintainers = with maintainers; [ loicreynier samyak ];
};
}

View File

@ -29545,6 +29545,8 @@ with pkgs;
toot = callPackage ../applications/misc/toot { };
toipe = callPackage ../applications/misc/toipe { };
tootle = callPackage ../applications/misc/tootle { };
toxic = callPackage ../applications/networking/instant-messengers/toxic { };