Skip to content

Commit e564aa6

Browse files
authored
mdbook-pdf: 0.1.10 -> 0.1.11 (#383619)
2 parents ec7ba8d + 355bab5 commit e564aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "mdbook-pdf";
11-
version = "0.1.10";
11+
version = "0.1.11";
1212

1313
src = fetchCrate {
1414
inherit pname version;
15-
hash = "sha256-zRoO84ij7zF1I8ijXS/oApMKfS3e04+5/CgahAemqCA=";
15+
hash = "sha256-1VMVobiRCCUv8aWLxNbaDSvNs1Pt2jlsVPzfrieOudc=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-cZNTfhrpuEoAXviog/qq2PWii/wycxxq5l/vFHW1f6k=";
19+
cargoHash = "sha256-t3dlmeJNaHySIhJdJmSaeS0mXM7TgAUa/0hcG06lHvo=";
2020

2121
nativeBuildInputs = [ pkg-config ];
2222

0 commit comments

Comments
 (0)