Skip to content

Commit

Permalink
ttyper: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 2, 2024
1 parent 06da8f6 commit 30b82c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/ttyper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "ttyper";
version = "1.4.0";
version = "1.4.1";

src = fetchFromGitHub {
owner = "max-niederman";
repo = pname;
rev = "v${version}";
hash = "sha256-kMJcZ9U2pUXFza66fpK07IHbRc5ZQ49+bytgty94o/s=";
hash = "sha256-IvAx65b2rGsMdDUhRxTx8cyqnG7oxC+MseCFIJil1e0=";
};

cargoHash = "sha256-pmPT8GREXKun5uyGx+b6IATp/cKziZTL7YcYwKEo/NU=";
cargoHash = "sha256-o3J2bEAV5NnWKFadJdSGTqUS8K2qpBKPQz6xAbfLtg4=";

meta = with lib; {
description = "Terminal-based typing test";
Expand Down

0 comments on commit 30b82c7

Please sign in to comment.