Unverified Commit 6e4c7e10 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

mdbook-toc: 0.13.0 -> 0.14.1
parents dc21f173 a1d1159d
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.13.0";
  version = "0.14.1";

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

  cargoHash = "sha256-5EC9xfjSg0sIkZ2fIkX3SrwL0wzBfpIObFQpkMRj6oM=";
  cargoHash = "sha256-gbBX6Hj+271BA9FWmkZdyR0tMP2Lny7UgW0o+kZe9bU=";

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