Skip to content

Commit 879bec2

Browse files
authored
mdbook-katex: 0.9.0 -> 0.9.1 (#354318)
2 parents 9d90eac + e73925c commit 879bec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/text/mdbook-katex/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "mdbook-katex";
5-
version = "0.9.0";
5+
version = "0.9.1";
66

77
src = fetchCrate {
88
inherit pname version;
9-
hash = "sha256-OTMPf/ZlUtqKz8Lb0uFOhad33N6SaCIZ86I2ajZ19fU=";
9+
hash = "sha256-F+yNfXBTAg9S6R85bGStumr1OXdWN3o95TxC0qgUeME=";
1010
};
1111

12-
cargoHash = "sha256-U8uDcNkEyz7zAqCTthY5SVGshsJRKRaoBLOpBpQ9sho=";
12+
cargoHash = "sha256-01lr6ZS+7MmgKmuP+xEX7j1x2qDofmzeevUqY/UqRUw=";
1313

1414
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices ];
1515

0 commit comments

Comments
 (0)