summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 22:19:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 22:19:18 +0000
commitd88541d9684742ce4a49820a6d601f7a2a429ece (patch)
treef7e4c4bd8557263a3791223cf23699d86a2170fc
parent1121c8fcb74f53340f044eff6fa47af449617e0d (diff)
mdbook-katex: 0.3.0 -> 0.3.2
-rw-r--r--pkgs/tools/text/mdbook-katex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/mdbook-katex/default.nix b/pkgs/tools/text/mdbook-katex/default.nix
index 9a8e9d7c75e3..2d492f645dce 100644
--- a/pkgs/tools/text/mdbook-katex/default.nix
+++ b/pkgs/tools/text/mdbook-katex/default.nix
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-katex";
- version = "0.3.0";
+ version = "0.3.2";
src = fetchCrate {
inherit pname version;
- hash = "sha256-s3ZR1fQ5x6FiHzoiDCqZahQCjhtuOoeDM32w/16DEmk=";
+ hash = "sha256-K96zIjWIHQN20LmmiqGEBv5/gi0CzHQt/FgRC00Z/lE=";
};
- cargoHash = "sha256-/fO+ozw6dg8TeIYQ3R7LWT+acDToNcGFvceV8YojVCw=";
+ cargoHash = "sha256-KIPP2tT9wrTrIy6YLgSCc4hgKJXT0ZJjp/ftSxs2row=";
OPENSSL_DIR = "${lib.getDev openssl}";
OPENSSL_LIB_DIR = "${lib.getLib openssl}/lib";