3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #151270 from max-niederman/pkg/ttyper

ttyper: 0.3.0 -> 0.4.0
This commit is contained in:
Bobby Rong 2021-12-19 18:23:53 +08:00 committed by GitHub
commit 0594485ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,21 +2,21 @@
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";
homepage = "https://github.com/max-niederman/ttyper";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda max-niederman ];
};
}