summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-14 18:42:01 -0500
committerGitHub <noreply@github.com>2023-01-14 18:42:01 -0500
commitc8ec62fb896b8ad09f9476db5fe13b91bef2e9e4 (patch)
tree9b6211dddfb837ea6cc05488deb39bbcabbdb1c6
parent6df6a45b04da7d534c4a3f3c247e608f26c107df (diff)
parentd88541d9684742ce4a49820a6d601f7a2a429ece (diff)
Merge pull request #210774 from r-ryantm/auto-update/mdbook-katex
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";