From 783f7e4d7c4b50da23602c14f2daee4a89ce11a3 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 4 Jun 2023 16:07:59 -0400 Subject: [PATCH] ttyper: 1.2.0 -> 1.2.1 Diff: https://github.com/max-niederman/ttyper/compare/v1.2.0...v1.2.1 --- pkgs/applications/misc/ttyper/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/ttyper/default.nix b/pkgs/applications/misc/ttyper/default.nix index 9d56d1366173..b9a5b8b4fa05 100644 --- a/pkgs/applications/misc/ttyper/default.nix +++ b/pkgs/applications/misc/ttyper/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "ttyper"; - version = "1.2.0"; + version = "1.2.1"; src = fetchFromGitHub { owner = "max-niederman"; repo = pname; rev = "v${version}"; - sha256 = "sha256-puChbaLjpm5FmpYIrb+3eKO9BSFu99R5j4ymKH5359Y="; + sha256 = "sha256-1frm41Vbo4t1BELq0rNGb1hY7RQLt8IJaEhtyNfNNdU="; }; - cargoSha256 = "sha256-DKpZQZgMR+gbcxxAD8ru5O4o7vr6n4seBVqor3HrYtY="; + cargoSha256 = "sha256-UyO8oX54qVQA7nFx6Y/cSgb33Cz3M0kFeiYqUrSbCe0="; meta = with lib; { description = "Terminal-based typing test";