diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-01-24 09:53:54 +0000 |
|---|---|---|
| committer | Matthias Beyer <mail@beyermatthias.de> | 2024-05-02 17:17:15 +0200 |
| commit | 529fb0980dc462104db7a8f7772173611b702ae3 (patch) | |
| tree | 999efeb33cbea704ad6ef3835bf5caf8fb0f2048 | |
| parent | mdbook-pagetoc: 0.1.7 -> 0.1.8 (diff) | |
| download | nixpkgs-529fb0980dc462104db7a8f7772173611b702ae3.tar.gz | |
mdbook-pagetoc: 0.1.8 -> 0.1.9
(cherry picked from commit 1f72e3773f2ac94270b8ee3ad67636c0198fb75e)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| -rw-r--r-- | pkgs/tools/text/mdbook-pagetoc/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/mdbook-pagetoc/default.nix b/pkgs/tools/text/mdbook-pagetoc/default.nix index 5e9738c1c140..acfec960829a 100644 --- a/pkgs/tools/text/mdbook-pagetoc/default.nix +++ b/pkgs/tools/text/mdbook-pagetoc/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "mdbook-pagetoc"; - version = "0.1.8"; + version = "0.1.9"; src = fetchFromGitHub { owner = "slowsage"; repo = pname; rev = "v${version}"; - hash = "sha256-yFgzgppGX3moLt7X4Xa6Cqs7v5OYJMjXKTV0sqRFL3o="; + hash = "sha256-g7UaQZzIdpv4hZgEtoJ6fyPgA9yQPw3LiATwngjHnWE="; }; - cargoHash = "sha256-U5KNkUXqCU3cVYOqap19aYpaTyY91kGaGxcW8oxsUxI="; + cargoHash = "sha256-qSsZaXneGW6zspgy8wHFZvRyTexy6VdySleZv0ieBsI="; meta = with lib; { description = "Table of contents for mdbook (in sidebar)"; |
