We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7560f7 + d5caa12 commit d9b69c3Copy full SHA for d9b69c3
pkgs/by-name/md/mdbook-d2/package.nix
@@ -7,17 +7,17 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "mdbook-d2";
10
- version = "0.3.2";
+ version = "0.3.3";
11
12
src = fetchFromGitHub {
13
owner = "danieleades";
14
repo = "mdbook-d2";
15
rev = "v${version}";
16
- hash = "sha256-d3PKwvTpOpqp6J1i53T7FYSEGO+yuL+wtpAwNjrPZcQ=";
+ hash = "sha256-PsPCbuSK8JlNZOqFbxCK0f8h+7EC4tNFtjBfJqiPi7Q=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-nV0VBbAivS6Qj62H1Uk/alDEPnryRmEfY3LZIIvDEKE=";
+ cargoHash = "sha256-emfO7D7JU/fQYdnaK7eWR8tCPx3ffvU/pTutSURZMBQ=";
21
doCheck = false;
22
23
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
0 commit comments