autocorrect: 2.9.0 -> 2.11.1 (#283761)

This commit is contained in:
Nick Cao 2024-09-08 09:14:52 -04:00 committed by GitHub
commit a69ac3075a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 586 additions and 494 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "autocorrect";
version = "2.9.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "huacnlee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NCDJoKOH4ZaXtGXZ7bgOXrjgrY8Edui+EOOI8/yfW08=";
sha256 = "sha256-iBwF8rMm4MbHwJSDmENDgGJKCl05psStxsi6BIliZP0=";
};
cargoLock = {