3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #156293 from r-ryantm/auto-update/typos

typos: 1.3.4 -> 1.3.5
This commit is contained in:
Bobby Rong 2022-01-23 19:49:20 +08:00 committed by GitHub
commit 2bcfde6001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "typos";
version = "1.3.4";
version = "1.3.5";
src = fetchFromGitHub {
owner = "crate-ci";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zseYcam641qln8ax9JNBoJbn4RIsgpUtTfmU/uqeGRw=";
sha256 = "sha256-zL9Ylrl541RCSOliH+X7TfvRZyEXvISsH3N1agjoC8U=";
};
cargoSha256 = "sha256-8ZpdSjldRBrriB2yzyxYkJsjJQ1O4EWzGp52k4Prv2c=";
cargoSha256 = "sha256-qc32MX56/0JaHx/x/5em3SoNi6YM5nduVLrDOQbMZDg=";
meta = with lib; {
description = "Source code spell checker";