thokr: init at 0.4.1

This commit is contained in:
figsoda 2022-09-26 11:38:11 -04:00
parent 2b5856b4e3
commit 9e2f58ea56
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "thokr";
version = "0.4.1";
src = fetchFromGitHub {
owner = "thatvegandev";
repo = pname;
rev = "v${version}";
sha256 = "0aryfx9qlnjdq3iq2d823c82fhkafvibmbz58g48b8ah5x5fv3ir";
};
cargoSha256 = "sha256-gEpmXyLmw6bX3enA3gNVtXNMlkQl6J/8AwJQSY0RtFw=";
meta = with lib; {
description = "A typing tui with visualized results and historical logging";
homepage = "https://github.com/thatvegandev/thokr";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
};
}

View File

@ -31664,6 +31664,8 @@ with pkgs;
thinkingRock = callPackage ../applications/misc/thinking-rock { };
thokr = callPackage ../applications/misc/thokr { };
thonny = callPackage ../applications/editors/thonny { };
thunderbirdPackages = recurseIntoAttrs (callPackage ../applications/networking/mailreaders/thunderbird/packages.nix {