Skip to content

Commit bcbe96f

Browse files
committed
mdbook-cmdrun: 0.6.0-unstable-2024-04-15 -> 0.7.3-unstable-2025-12-22
This supports mdbook 0.5.
1 parent 194ba32 commit bcbe96f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pkgs/by-name/md/mdbook-cmdrun/package.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
rustPlatform.buildRustPackage {
1212
pname = "mdbook-cmdrun";
13-
version = "0.6.0-unstable-2024-04-15";
13+
version = "0.7.3-unstable-2025-12-22";
1414

15+
# mdbook 0.5 upgrade: https://github.com/FauconFan/mdbook-cmdrun/pull/23
1516
src = fetchFromGitHub {
16-
owner = "FauconFan";
17+
owner = "roberth";
1718
repo = "mdbook-cmdrun";
18-
rev = "d1fef67f100563c2a433b1f5dd5a71810db6b90d";
19-
hash = "sha256-Q2h64XCyDxLmmCNC3wTw81pBotaMEUjY5y0Oq6q20cQ=";
19+
rev = "3947c797d063352e0f983311c078430215cc1cca";
20+
hash = "sha256-0RkyMJ8tsnGcSD0ksGTGAyliH6AihVl0HEesljEmTH8=";
2021
};
2122

2223
nativeCheckInputs = [
@@ -26,7 +27,7 @@ rustPlatform.buildRustPackage {
2627
util-linux # used by tests/regression/shell/input.md
2728
];
2829

29-
cargoHash = "sha256-C3Rg+WXHBA7KyUDFdhBz4mOm8CFH/f7UVA8KOLs9ClE=";
30+
cargoHash = "sha256-oUlH+z50a1FtzDADXfGKSYjauZGTok0bVMq718HLglY=";
3031

3132
meta = {
3233
description = "mdbook preprocessor to run arbitrary commands";

0 commit comments

Comments
 (0)