toipe: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-02-26 22:57:43 +00:00
parent 5e3b611a30
commit 7d3c01c91b

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "toipe";
version = "0.4.1";
version = "0.5.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-aunejitHVNIB/zIDgX3mlA1FzG7wIxlDCFdUvtuzQnc=";
sha256 = "sha256-L4JemOxpynGYsA8FgHnMv/hrogLSRaaiIzDjxzZDqjM=";
};
cargoSha256 = "sha256-Nabc2lPpsUCcWEJzL6U84UoIJ5PCtYKVyLRhjhiqhpE=";
cargoHash = "sha256-ShJ7dbd3oNo3qZJ5+ut+NfLF9j8kPPZy9yC2zl/s56k=";
meta = with lib; {
description = "Trusty terminal typing tester";