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

mdbook-katex: 0.8.1 -> 0.9.0
This commit is contained in:
Matthias Beyer 2024-05-24 10:17:51 +02:00 committed by GitHub
commit 9fd086068e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-katex";
version = "0.8.1";
version = "0.9.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-mVgI2lvT4w5+Tpq3Sx7j86LHFnuwI4bAAAqrUkiF1B4=";
hash = "sha256-OTMPf/ZlUtqKz8Lb0uFOhad33N6SaCIZ86I2ajZ19fU=";
};
cargoHash = "sha256-ps31HGsAqWJBTP7HNLjfTz610ihDlvfAvlRHqZR01No=";
cargoHash = "sha256-U8uDcNkEyz7zAqCTthY5SVGshsJRKRaoBLOpBpQ9sho=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];