We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d90eac + e73925c commit 879bec2Copy full SHA for 879bec2
pkgs/tools/text/mdbook-katex/default.nix
@@ -2,14 +2,14 @@
2
3
rustPlatform.buildRustPackage rec {
4
pname = "mdbook-katex";
5
- version = "0.9.0";
+ version = "0.9.1";
6
7
src = fetchCrate {
8
inherit pname version;
9
- hash = "sha256-OTMPf/ZlUtqKz8Lb0uFOhad33N6SaCIZ86I2ajZ19fU=";
+ hash = "sha256-F+yNfXBTAg9S6R85bGStumr1OXdWN3o95TxC0qgUeME=";
10
};
11
12
- cargoHash = "sha256-U8uDcNkEyz7zAqCTthY5SVGshsJRKRaoBLOpBpQ9sho=";
+ cargoHash = "sha256-01lr6ZS+7MmgKmuP+xEX7j1x2qDofmzeevUqY/UqRUw=";
13
14
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices ];
15
0 commit comments