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

autocorrect: 2.9.0 -> 2.11.1

parent 47ea5bd4
Loading
Loading
Loading
Loading
+578 −486

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.9.0";
  version = "2.11.1";

  src = fetchFromGitHub {
    owner = "huacnlee";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-NCDJoKOH4ZaXtGXZ7bgOXrjgrY8Edui+EOOI8/yfW08=";
    sha256 = "sha256-iBwF8rMm4MbHwJSDmENDgGJKCl05psStxsi6BIliZP0=";
  };

  cargoLock = {