Unverified Commit ab3f2b88 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #246714 from r-ryantm/auto-update/mdbook-toc

mdbook-toc: 0.12.0 -> 0.13.0
parents dd8711db 48a7f9bd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "mdbook-toc";
  version = "0.12.0";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "badboy";
    repo = pname;
    rev = version;
    sha256 = "sha256-3lAi9ZNtwhA2OtIR4tN2wiztp3pnRxtaGG0MwGEk0u0=";
    sha256 = "sha256-Z3ZspXD7M3VVi70+dRz7NhO6msw5htmPRX6VzhA9NPY=";
  };

  cargoHash = "sha256-l3ETQ/ARBZmU1wMCK6F/4g6tlxHsEV9D5LO1wue1Jps=";
  cargoHash = "sha256-5EC9xfjSg0sIkZ2fIkX3SrwL0wzBfpIObFQpkMRj6oM=";

  buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];