From f7cdd3d804e4baa3198d157f31bf43a722b394eb Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 29 Sep 2023 12:24:24 -0400 Subject: [PATCH] ttyper: 1.2.2 -> 1.3.0 Diff: https://github.com/max-niederman/ttyper/compare/v1.2.2...v1.3.0 Changelog: https://github.com/max-niederman/ttyper/releases/tag/v1.3.0 --- 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 7ccc562bb0f2..062c640faaf3 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.2"; + version = "1.3.0"; src = fetchFromGitHub { owner = "max-niederman"; repo = pname; rev = "v${version}"; - hash = "sha256-5U6+16gy5s+1zDSxy6rMheZFAbpiya3uxvr21VaHDZQ="; + hash = "sha256-b6yxl7dCPLWnzsrRKegubtLDLObOnCf7kvZtkobzC1o="; }; - cargoHash = "sha256-O5fPV20OSEMv7Yw982ZorhN7y3NTzrprS79n2ID0LwU="; + cargoHash = "sha256-N+JJV+q/tIMN60x9DdD/i2+9Wp44kzpMb09dsrSceEk="; meta = with lib; { description = "Terminal-based typing test";