1 { fetchFromGitHub, rustPlatform, lib }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-jQmihZl1mKBHg7HLKAbe9uuL1QM+cF0beFj8htz0IOU=";
14 cargoHash = "sha256-bO9QMMJY+gQyV811qXdwiH1oxW+5Q+dZqG/oT35Eze4=";
17 description = "Source code spell checker";
18 homepage = "https://github.com/crate-ci/typos/";
19 license = with licenses; [ asl20 /* or */ mit ];
20 maintainers = [ maintainers.mgttlinger ];