mdbook-pagetoc: 0.2.0 -> 0.2.2

R. Ryantm 46622fc4 a62c2e5c

Changed files
+3 -3
pkgs
by-name
md
mdbook-pagetoc
+3 -3
pkgs/by-name/md/mdbook-pagetoc/package.nix
···
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)";