Unverified Commit 4fc0d1ac authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mdbook-katex: 0.9.3 -> 0.9.4 (#403410)

parents d3a97881 f31e3539
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,15 +6,15 @@

rustPlatform.buildRustPackage rec {
  pname = "mdbook-katex";
  version = "0.9.3";
  version = "0.9.4";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-5EYskcYEDZENK7ehws36+5MrTY2rNTXoFnWYOC+LuiQ=";
    hash = "sha256-xwIW8igfxO9vsck8ktDBc7XFLuYzwqI3I4nLDTYC8JI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-j0BdEnPP7/0i1hg7GNgc+F4EeElVm6AZIWZNelYZLIU=";
  cargoHash = "sha256-ULcjcY+CaVSohSzlm4KbSgG27IZyxX8zp8ifZNj5c54=";

  meta = {
    description = "Preprocessor for mdbook, rendering LaTeX equations to HTML at build time";