mdbook-pdf: 0.1.2 -> 0.1.3

Updates mdbook to work with Rust 1.64.
This commit is contained in:
Theodore Ni 2022-10-05 13:37:04 -07:00
parent 5aae5330ee
commit 508d498cbc
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-pdf";
version = "0.1.2";
version = "0.1.3";
src = fetchCrate {
inherit pname version;
sha256 = "1ibmn8x9kyfd058hsyah2ggyzpahzf2w2qjn6rs9qv8mr3bvc0pv";
sha256 = "sha256-zFeEmIv3DIYKmhVYO9cJwRQbSP8yELaJjVjP7hYegco=";
};
cargoSha256 = "0k47a5yqnjjc599vgk39ijy6fm62rr8xarvz37g0c7fx9cljhihz";
cargoHash = "sha256-pB7NEloeow4TE1Y1EMUZzeCJ/f4DnCS+sQlyN49gqzA=";
nativeBuildInputs = [ pkg-config ];