10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-4vIRhhBvK2R0nAdG4zDTJ+6F3WOI9sAB/ongBMnzsWk=";
21 cargoHash = "sha256-cn1jy8kQ6R+JU6w/sqcNP+uzSKKg3V4H97qnJAIESd0=";
24 tests.version = testers.testVersion { package = typos; };
26 updateScript = nix-update-script { };
30 description = "Source code spell checker";
31 mainProgram = "typos";
32 homepage = "https://github.com/crate-ci/typos";
33 changelog = "https://github.com/crate-ci/typos/blob/${src.rev}/CHANGELOG.md";
34 license = with licenses; [
38 maintainers = with maintainers; [