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

mdbook-toc: 0.14.1 -> 0.14.2
This commit is contained in:
Nick Cao 2023-12-16 16:00:21 -05:00 committed by GitHub
commit 298d9c49e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-toc";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "badboy";
repo = pname;
rev = version;
sha256 = "sha256-F0dIqtDEOVUXlWhmXKPOaJTEuA3Tl3h0vaEu7VsBo7s=";
sha256 = "sha256-OFNp+kFDafYbzqb7xfPTO885cAjgWfNeDvUPDKq5GJU=";
};
cargoHash = "sha256-gbBX6Hj+271BA9FWmkZdyR0tMP2Lny7UgW0o+kZe9bU=";
cargoHash = "sha256-95W0gERjwL9r0+DOgxQu+sjSFSThWeShLAqlDQiGxFw=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];