Commit d7e921b2 authored by R. RyanTM's avatar R. RyanTM
Browse files

autocorrect: 2.6.2 -> 2.8.4

parent 672efa69
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 = {