Skip to content

Commit

Permalink
mdbook-pagetoc: 0.1.9 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 1, 2024
1 parent 705bad7 commit 4c97fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/mdbook-pagetoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "mdbook-pagetoc";
version = "0.1.9";
version = "0.2.0";

src = fetchFromGitHub {
owner = "slowsage";
repo = pname;
rev = "v${version}";
hash = "sha256-g7UaQZzIdpv4hZgEtoJ6fyPgA9yQPw3LiATwngjHnWE=";
hash = "sha256-A8J3cKSA//NGIVK3uE43YH3ph9DHGFlg7uOo10j2Kh8=";
};

cargoHash = "sha256-qSsZaXneGW6zspgy8wHFZvRyTexy6VdySleZv0ieBsI=";
cargoHash = "sha256-FvDvPXA4/dxVOIt1LwesBrWEsjdYcrhHescQVAiggBA=";

meta = with lib; {
description = "Table of contents for mdbook (in sidebar)";
Expand Down

0 comments on commit 4c97fdf

Please sign in to comment.