7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-4vIRhhBvK2R0nAdG4zDTJ+6F3WOI9sAB/ongBMnzsWk=";
18 cargoHash = "sha256-cn1jy8kQ6R+JU6w/sqcNP+uzSKKg3V4H97qnJAIESd0=";
21 description = "Source code spell checker";
22 mainProgram = "typos";
23 homepage = "https://github.com/crate-ci/typos";
24 changelog = "https://github.com/crate-ci/typos/blob/${src.rev}/CHANGELOG.md";
25 license = with licenses; [
29 maintainers = with maintainers; [