Merge pull request #216211 from r-ryantm/auto-update/mdbook-pdf

mdbook-pdf: 0.1.4 -> 0.1.5
This commit is contained in:
Nick Cao
2023-02-14 09:42:03 +08:00
committed by GitHub
+3 -3
View File
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-pdf";
version = "0.1.4";
version = "0.1.5";
src = fetchCrate {
inherit pname version;
hash = "sha256-v57Geqd1YCzR9oM97K+Y9OdeokzNc4Kbh0sDP0+vxjU=";
hash = "sha256-822RQKgedxQ+VFNDv20tFUc2Xl56Ivub+/EXNrLRfGM=";
};
cargoHash = "sha256-mZUif1qBREM/5GYJU9m20p3rC3fnbZELcEKatwhoQEU=";
cargoHash = "sha256-mX2EKjuWM1KW8DXFdYFKQfASjdqZCW78F1twZNQQr7o=";
nativeBuildInputs = [
pkg-config