autocorrect: 2.6.2 -> 2.8.4

This commit is contained in:
R. Ryantm
2023-08-05 20:14:51 +00:00
parent 672efa6939
commit d7e921b2d1
2 changed files with 674 additions and 582 deletions
+672 -580
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 = {