Unverified Commit 0a47cd1b authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

mdbook-pdf: 0.1.11 -> 0.1.13 (#465386)

parents ff1238ae 7779b1a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

rustPlatform.buildRustPackage rec {
  pname = "mdbook-pdf";
  version = "0.1.11";
  version = "0.1.13";

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

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

  nativeBuildInputs = [ pkg-config ];