ttyper: 1.3.0 -> 1.4.0

Diff: https://github.com/max-niederman/ttyper/compare/v1.3.0...v1.4.0

Changelog: https://github.com/max-niederman/ttyper/releases/tag/v1.4.0

figsoda 6b64cc0b 42926169

+3 -3
+3 -3
pkgs/applications/misc/ttyper/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "ttyper"; 5 - version = "1.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "max-niederman"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-b6yxl7dCPLWnzsrRKegubtLDLObOnCf7kvZtkobzC1o="; 12 }; 13 14 - cargoHash = "sha256-N+JJV+q/tIMN60x9DdD/i2+9Wp44kzpMb09dsrSceEk="; 15 16 meta = with lib; { 17 description = "Terminal-based typing test";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "ttyper"; 5 + version = "1.4.0"; 6 7 src = fetchFromGitHub { 8 owner = "max-niederman"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-kMJcZ9U2pUXFza66fpK07IHbRc5ZQ49+bytgty94o/s="; 12 }; 13 14 + cargoHash = "sha256-pmPT8GREXKun5uyGx+b6IATp/cKziZTL7YcYwKEo/NU="; 15 16 meta = with lib; { 17 description = "Terminal-based typing test";