Skip to content

Commit

Permalink
mdbook-katex: 0.9.2 -> 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 19, 2025
1 parent 4a3db72 commit 0551e55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/md/mdbook-katex/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

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

src = fetchCrate {
inherit pname version;
hash = "sha256-O2hFv/9pqrs8cSDvHLAUnXx4mX6TN8hvPLroWgoCgwE=";
hash = "sha256-5EYskcYEDZENK7ehws36+5MrTY2rNTXoFnWYOC+LuiQ=";
};

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

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

0 comments on commit 0551e55

Please sign in to comment.