Merge pull request #247390 from r-ryantm/auto-update/autocorrect

autocorrect: 2.6.2 -> 2.8.4
This commit is contained in:
Mario Rodas 2023-08-06 09:02:36 -05:00 committed by GitHub
commit 40ded9e2b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 674 additions and 582 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "autocorrect";
version = "2.6.2";
version = "2.8.4";
src = fetchFromGitHub {
owner = "huacnlee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QHQQrUQCfDAlAtDcfrAkOwRhQkO+HcwnPfJ5+jb1290=";
sha256 = "sha256-njgngDowyRfOY9+BnBSNWow5GkdGhRu2YPXkA6n23qE=";
};
cargoLock = {