Unverified Commit 40ded9e2 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

autocorrect: 2.6.2 -> 2.8.4
parents 63ae6def d7e921b2
Loading
Loading
Loading
Loading
+639 −547

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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 = {