1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-p9vw2BDfCb31nsHvkdW75fYgEV0Nd3xd7hibAvqL+MA=";
14 cargoHash = "sha256-cLoTMzvJsjFhMZZRp24hacTdPRhWjcM5xc77obp8UGI=";
17 description = "Source code spell checker";
18 mainProgram = "typos";
19 homepage = "https://github.com/crate-ci/typos";
20 changelog = "https://github.com/crate-ci/typos/blob/${src.rev}/CHANGELOG.md";
21 license = with licenses; [ asl20 /* or */ mit ];
22 maintainers = with maintainers; [ figsoda mgttlinger ];