about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-03 08:41:21 +0800
committerGitHub <noreply@github.com>2023-03-03 08:41:21 +0800
commitf69737f260716c2045e6c6c864a28d97398e4bf6 (patch)
treed223730945ee6b1613cd1d572775fcf667e613d2 /pkgs
parent546ce7269ddab49c86d56a36f644973e3a801fbe (diff)
parentaff076004b583d66e58de0bf0312b54796adca4a (diff)
Merge pull request #219153 from r-ryantm/auto-update/mdbook-katex
mdbook-katex: 0.3.8 -> 0.3.9
Diffstat (limited to 'pkgs')
-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 7b7062a7526af..bb0db2740d33f 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.8";
+  version = "0.3.9";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-LeI46x5M2ZYUOIxuj9bCNwwucRLvoOkdRhsowmVxS68=";
+    hash = "sha256-FsKHGw/6n/8eCJh1XatNsw3iCzD+siHdJ3i0dNKD5Go=";
   };
 
-  cargoHash = "sha256-pEwPnE2EpS+0bw3/SSKOCy8R5xUiG6mBMoup6wbrf+0=";
+  cargoHash = "sha256-nyLWbwruzQeyPGkVuMiRCTHtFE+E9nQ57ZMXxqIcLxE=";
 
   OPENSSL_DIR = "${lib.getDev openssl}";
   OPENSSL_LIB_DIR = "${lib.getLib openssl}/lib";