mdbook-pagetoc: 0.2.0 -> 0.2.2

This commit is contained in:
R. Ryantm
2025-09-27 01:37:26 +00:00
parent a62c2e5c38
commit 46622fc490
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-pagetoc";
version = "0.2.0";
version = "0.2.2";
src = fetchFromGitHub {
owner = "slowsage";
repo = "mdbook-pagetoc";
rev = "v${version}";
hash = "sha256-A8J3cKSA//NGIVK3uE43YH3ph9DHGFlg7uOo10j2Kh8=";
hash = "sha256-l3CR/ax1i2SJPxIubQUUJ5Hz/8uNl383YeHs8XZ8WGI=";
};
cargoHash = "sha256-e0J3dcBLoDIvmdUxUY/OKivtIHIhRyAw/tpVWV0TgrE=";
cargoHash = "sha256-Ktui+bA1r1M1IfqWwMRAEF4JKEWmLN7Cx3AbRmv6RVc=";
meta = with lib; {
description = "Table of contents for mdbook (in sidebar)";