toipe: init at 0.3.1
This commit is contained in:
parent
75ffac013c
commit
36d4734b64
20
pkgs/applications/misc/toipe/default.nix
Normal file
20
pkgs/applications/misc/toipe/default.nix
Normal 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 ];
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user