toipe: 0.4.0 -> 0.4.1

+3 -3
+3 -3
pkgs/applications/misc/toipe/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "toipe"; 5 - version = "0.4.0"; 6 7 src = fetchCrate { 8 inherit pname version; 9 - sha256 = "sha256-lAvFCvNm55SjRmrhIkMBiM0nSlAG+jUEKLlLaGs1RkY="; 10 }; 11 12 - cargoSha256 = "sha256-WmWH/x69H17uHQEB0+GRUtApJnSEkoeFLLweP8NoBrk="; 13 14 meta = with lib; { 15 description = "Trusty terminal typing tester";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "toipe"; 5 + version = "0.4.1"; 6 7 src = fetchCrate { 8 inherit pname version; 9 + sha256 = "sha256-aunejitHVNIB/zIDgX3mlA1FzG7wIxlDCFdUvtuzQnc="; 10 }; 11 12 + cargoSha256 = "sha256-Nabc2lPpsUCcWEJzL6U84UoIJ5PCtYKVyLRhjhiqhpE="; 13 14 meta = with lib; { 15 description = "Trusty terminal typing tester";