mdbook-pagetoc: 0.1.6 -> 0.1.7

This commit is contained in:
R. Ryantm 2023-03-13 16:17:42 +00:00
parent 75f6f79089
commit f55864b124

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)";