ttyper: 1.1.0 -> 1.2.0

Diff: https://github.com/max-niederman/ttyper/compare/v1.1.0...v1.2.0
This commit is contained in:
figsoda 2023-05-02 11:30:56 -04:00
parent b2ab3b0bbb
commit 1193741ff6

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "ttyper";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "max-niederman";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6oqUBLda6/qcRza5898WXjdopF8jKBDd93FdM0QwNUo=";
sha256 = "sha256-puChbaLjpm5FmpYIrb+3eKO9BSFu99R5j4ymKH5359Y=";
};
cargoSha256 = "sha256-SfcO8nMle1ku3lK2UPW/Z+J4JzmhcoFr+UCGIidXOa0=";
cargoSha256 = "sha256-DKpZQZgMR+gbcxxAD8ru5O4o7vr6n4seBVqor3HrYtY=";
meta = with lib; {
description = "Terminal-based typing test";