Merge pull request #184100 from r-ryantm/auto-update/ttyper

ttyper: 0.4.1 -> 0.4.3

authored by figsoda and committed by GitHub d10d7dff 784a28af

+3 -3
+3 -3
pkgs/applications/misc/ttyper/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "ttyper"; 5 - version = "0.4.1"; 5 + version = "0.4.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "max-niederman"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-e001uftwIwnCpjf4OH89QWaYyT99aMZhCPqDxyAsHyU="; 11 + sha256 = "sha256-rdQaUaNBnYCU11OMLqnidPYiJB2Ywly6NVw2W40kxng="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-RvqktyPZtdKC8RVtLWpT1YYsdgyfHaL7W3+vO8RgG/8="; 14 + cargoSha256 = "sha256-jJAluIyyU9XfN4BEZw2VbJHZvJ+6MJ781lvbAueUhKM="; 15 15 16 16 meta = with lib; { 17 17 description = "Terminal-based typing test";