3
0
Fork 0
forked from mirrors/nixpkgs

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

typos: 1.3.7 -> 1.4.0
This commit is contained in:
Bobby Rong 2022-02-09 21:48:52 +08:00 committed by GitHub
commit 69a6fbf007
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.7";
version = "1.4.0";
src = fetchFromGitHub {
owner = "crate-ci";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bsPwyTucFJdKp+r8uJ2XLOzvbTM4i5EmSY+3VgyAFuE=";
sha256 = "sha256-XFx8M9cQ7uXm4LS983FOZ6hz3zffLahhwrBjytbwEWk=";
};
cargoSha256 = "sha256-2wJXx8xHPrjzKupuen3XfRMSviYEwYK3nbL5/uTDIzE=";
cargoSha256 = "sha256-ngWvbNx41K3PfGbzJfH8uBUl0cuI/Abj6EbX8YANk6Q=";
meta = with lib; {
description = "Source code spell checker";