diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-12-31 13:19:19 +0000 |
|---|---|---|
| committer | Matthias Beyer <mail@beyermatthias.de> | 2024-05-02 17:17:15 +0200 |
| commit | 382b58542ff41987dc415c3aa941f127fedfb871 (patch) | |
| tree | dbfc5248adc9471ab7caff2ee8cf2912252b7e78 | |
| parent | mdbook-pagetoc: Build with rustPackages_1_76 (diff) | |
| download | nixpkgs-382b58542ff41987dc415c3aa941f127fedfb871.tar.gz | |
mdbook-pagetoc: 0.1.7 -> 0.1.8
(cherry picked from commit e5ee263c70272e8752409f91f6647472f9c75bf7)
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 74e88c8ef358..5e9738c1c140 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.7"; + version = "0.1.8"; src = fetchFromGitHub { owner = "slowsage"; repo = pname; rev = "v${version}"; - hash = "sha256-rhg/QDdO44Qwb/z1tQEYK5DcGuUI6cQvpHTYmqYyoWY="; + hash = "sha256-yFgzgppGX3moLt7X4Xa6Cqs7v5OYJMjXKTV0sqRFL3o="; }; - cargoHash = "sha256-03/bLFbP+BSfRW6wyg7LnryDP0kqvfvYqrFBKFZ2xY8="; + cargoHash = "sha256-U5KNkUXqCU3cVYOqap19aYpaTyY91kGaGxcW8oxsUxI="; meta = with lib; { description = "Table of contents for mdbook (in sidebar)"; |
