File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77
88rustPlatform . buildRustPackage rec {
99 pname = "mdbook-d2" ;
10- version = "unstable-2023-03-30 " ;
10+ version = "0.3.0 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "danieleades" ;
1414 repo = "mdbook-d2" ;
15- rev = "93f3037ad9730d134c929cfc90d9bd592a48a1a9 " ;
16- hash = "sha256-cmmOmJHARIBCQQEsffnBh4nc2XEDPBzLPcCrOwfTKS8 =" ;
15+ rev = "v ${ version } " ;
16+ hash = "sha256-IkMydlmUQrZbOZYzQFxzROhdwlcO0H6MzQo42fBEYQE =" ;
1717 } ;
1818
19- cargoHash = "sha256-ACwEWK5upeRLo7HU+1kKunecnEeZm0ufUaQjJkXM/4I=" ;
19+ cargoHash = "sha256-xc00/FOQtAg2u8bZxaTbk8+gX7r+q9O8DKgWchPnOJc=" ;
20+ doCheck = false ;
2021
2122 buildInputs = lib . optionals stdenv . isDarwin [
2223 darwin . apple_sdk . frameworks . CoreFoundation
Original file line number Diff line number Diff line change @@ -9633,8 +9633,6 @@ with pkgs;
96339633
96349634 mdbook-cmdrun = callPackage ../tools/text/mdbook-cmdrun { };
96359635
9636- mdbook-d2 = callPackage ../tools/text/mdbook-d2 { };
9637-
96389636 mdbook-pagetoc = callPackage ../tools/text/mdbook-pagetoc { };
96399637
96409638 mdbook-graphviz = callPackage ../tools/text/mdbook-graphviz {
You can’t perform that action at this time.
0 commit comments