Unverified Commit bfebcc26 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #312568 from r-ryantm/auto-update/mdbook-katex

mdbook-katex: 0.8.0 -> 0.8.1
parents f3bd67c0 ac9b1ed2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "mdbook-katex";
  version = "0.8.0";
  version = "0.8.1";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-E/MVijHbd0VgBBHFGjizEBpHeNi52ina8k6dO+BOH/U=";
    hash = "sha256-mVgI2lvT4w5+Tpq3Sx7j86LHFnuwI4bAAAqrUkiF1B4=";
  };

  cargoHash = "sha256-ZEN7tAB9+SX9hXvu4VHab8DwRp112hKIY/6yA97T+fw=";
  cargoHash = "sha256-ps31HGsAqWJBTP7HNLjfTz610ihDlvfAvlRHqZR01No=";

  buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];