autocorrect: 2.11.1 -> 2.13.0

This commit is contained in:
R. Ryantm 2024-10-27 17:58:19 +00:00
parent 3e32c07b1b
commit 4896ff1a24
2 changed files with 337 additions and 308 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "autocorrect";
version = "2.11.1";
version = "2.13.0";
src = fetchFromGitHub {
owner = "huacnlee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iBwF8rMm4MbHwJSDmENDgGJKCl05psStxsi6BIliZP0=";
sha256 = "sha256-12Ell1C5sKj+0HHmlZ3U2Vx5hXvMl/DqAXnfhcfLeF8=";
};
cargoLock = {