Merge pull request #247390 from r-ryantm/auto-update/autocorrect
autocorrect: 2.6.2 -> 2.8.4
This commit is contained in:
commit
40ded9e2b8
2 changed files with 674 additions and 582 deletions
1252
pkgs/tools/text/autocorrect/Cargo.lock
generated
1252
pkgs/tools/text/autocorrect/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "autocorrect";
|
pname = "autocorrect";
|
||||||
version = "2.6.2";
|
version = "2.8.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "huacnlee";
|
owner = "huacnlee";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-QHQQrUQCfDAlAtDcfrAkOwRhQkO+HcwnPfJ5+jb1290=";
|
sha256 = "sha256-njgngDowyRfOY9+BnBSNWow5GkdGhRu2YPXkA6n23qE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
Loading…
Reference in a new issue