File tree Expand file tree Collapse file tree
pkgs/by-name/md/mdbook-cmdrun Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments