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.
1 parent c5fd0b8 commit 7779b1aCopy full SHA for 7779b1a
1 file changed
pkgs/by-name/md/mdbook-pdf/package.nix
@@ -8,14 +8,14 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "mdbook-pdf";
11
- version = "0.1.11";
+ version = "0.1.13";
12
13
src = fetchCrate {
14
inherit pname version;
15
- hash = "sha256-1VMVobiRCCUv8aWLxNbaDSvNs1Pt2jlsVPzfrieOudc=";
+ hash = "sha256-aADHRlIVWVc43DEfZx8ha/E4FaiAoKtjHccx+LAghtU=";
16
};
17
18
- cargoHash = "sha256-t3dlmeJNaHySIhJdJmSaeS0mXM7TgAUa/0hcG06lHvo=";
+ cargoHash = "sha256-aHpycw9WmaNsI0VAYxI89KnB7fC31FxH+8ONnMEGtTM=";
19
20
nativeBuildInputs = [ pkg-config ];
21
0 commit comments