Skip to content

Commit 7779b1a

Browse files
committed
mdbook-pdf: 0.1.11 -> 0.1.13
1 parent c5fd0b8 commit 7779b1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

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

1313
src = fetchCrate {
1414
inherit pname version;
15-
hash = "sha256-1VMVobiRCCUv8aWLxNbaDSvNs1Pt2jlsVPzfrieOudc=";
15+
hash = "sha256-aADHRlIVWVc43DEfZx8ha/E4FaiAoKtjHccx+LAghtU=";
1616
};
1717

18-
cargoHash = "sha256-t3dlmeJNaHySIhJdJmSaeS0mXM7TgAUa/0hcG06lHvo=";
18+
cargoHash = "sha256-aHpycw9WmaNsI0VAYxI89KnB7fC31FxH+8ONnMEGtTM=";
1919

2020
nativeBuildInputs = [ pkg-config ];
2121

0 commit comments

Comments
 (0)