Merge pull request #221016 from r-ryantm/auto-update/mdbook-pagetoc

mdbook-pagetoc: 0.1.6 -> 0.1.7
This commit is contained in:
Nick Cao 2023-03-14 10:41:11 +08:00 committed by GitHub
commit 1bd860166f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-pagetoc";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "slowsage";
repo = pname;
rev = "v${version}";
hash = "sha256-rLnGi6s5vNBxBRcim5cvLm5ajclK1q4mfgLCJ/sT1nU=";
hash = "sha256-rhg/QDdO44Qwb/z1tQEYK5DcGuUI6cQvpHTYmqYyoWY=";
};
cargoHash = "sha256-q3xSngar5/+5pFdiB//spiYQuXiNuRHSWOF6UPzccIU=";
cargoHash = "sha256-03/bLFbP+BSfRW6wyg7LnryDP0kqvfvYqrFBKFZ2xY8=";
meta = with lib; {
description = "Table of contents for mdbook (in sidebar)";