ttyper: 0.3.0 -> 0.4.0

This commit is contained in:
Max Niederman 2021-12-18 21:09:47 -08:00
parent 5e137de37d
commit c6c3183328
No known key found for this signature in database
GPG key ID: C2EB24390E0AC0FF

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "ttyper";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "max-niederman";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lluBxYZQWygX9aujNK251bDilNNErVNr4WDoyqSPTiQ=";
sha256 = "sha256-UptjgFGp4QNG8eLuqBzg/Kd5p5Rms3yT172hbf/2hi4=";
};
cargoSha256 = "sha256-GQNNl8/Y/jHDBGJQ7LWNpgbOgWaV/3UAMgYLJFJmQ3Y=";
cargoSha256 = "sha256-N10X5eJlpDKmCEffEXpkAejS32Lz183Lup0mmLMwOSU=";
meta = with lib; {
description = "Terminal-based typing test";