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

mdbook-katex: 0.5.3 -> 0.5.4
This commit is contained in:
figsoda 2023-07-04 17:04:55 -04:00 committed by GitHub
commit 1a2443c3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-katex";
version = "0.5.3";
version = "0.5.4";
src = fetchCrate {
inherit pname version;
hash = "sha256-QfimccchYkOfGxYXZQ4iR3tGDfyj3ZhvWCuVteLncpE=";
hash = "sha256-PbnoTqVgo3qypnC1GT4pmvAmYbWV0F+FvEiaL3D9MmE=";
};
cargoHash = "sha256-bER9N9qkoxmIaM4nZNJe8UarMFb+WeHIjJqL/EH/C/U=";
cargoHash = "sha256-H+yb6h3ipXZwD96GxI8Ep0PMxkd7EfAyVZvi25/U3YA=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];