Skip to content

Commit d5caa12

Browse files
committed
mdbook-d2: 0.3.2 -> 0.3.3
1 parent a400206 commit d5caa12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "mdbook-d2";
10-
version = "0.3.2";
10+
version = "0.3.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "danieleades";
1414
repo = "mdbook-d2";
1515
rev = "v${version}";
16-
hash = "sha256-d3PKwvTpOpqp6J1i53T7FYSEGO+yuL+wtpAwNjrPZcQ=";
16+
hash = "sha256-PsPCbuSK8JlNZOqFbxCK0f8h+7EC4tNFtjBfJqiPi7Q=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-nV0VBbAivS6Qj62H1Uk/alDEPnryRmEfY3LZIIvDEKE=";
20+
cargoHash = "sha256-emfO7D7JU/fQYdnaK7eWR8tCPx3ffvU/pTutSURZMBQ=";
2121
doCheck = false;
2222

2323
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [

0 commit comments

Comments
 (0)