mdbook-pagetoc: 0.2.2 -> 0.3.0 (#465717)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-28 08:14:42 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-pagetoc";
version = "0.2.2";
version = "0.3.0";
src = fetchFromGitHub {
owner = "slowsage";
repo = "mdbook-pagetoc";
rev = "v${version}";
hash = "sha256-l3CR/ax1i2SJPxIubQUUJ5Hz/8uNl383YeHs8XZ8WGI=";
hash = "sha256-B94lIgOJC83cIkuggmfopTDEi9CUQ3nJJpzF9LdImUA=";
};
cargoHash = "sha256-Ktui+bA1r1M1IfqWwMRAEF4JKEWmLN7Cx3AbRmv6RVc=";
cargoHash = "sha256-CazBgtNh4Z2wlfh9q0SjLsn70zh+aEg957Zq0kh45Hc=";
meta = with lib; {
description = "Table of contents for mdbook (in sidebar)";