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

autocorrect: 2.8.4 -> 2.8.5

parent cc82ad6e
Loading
Loading
Loading
Loading
+188 −192

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.8.4";
  version = "2.8.5";

  src = fetchFromGitHub {
    owner = "huacnlee";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-njgngDowyRfOY9+BnBSNWow5GkdGhRu2YPXkA6n23qE=";
    sha256 = "sha256-j59yCGGV6yiT6o+VKM1FPh87T4QG0qAeKgcKIAqpx+8=";
  };

  cargoLock = {