mdbook-katex: 0.5.3 -> 0.5.4

This commit is contained in:
R. Ryantm 2023-07-04 19:47:16 +00:00
parent ac66b27438
commit 6275235911

View file

@ -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 ];