about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-24 23:18:10 +0100
committerGitHub <noreply@github.com>2024-03-24 23:18:10 +0100
commit7ece0400fc2e934237e6c6e8887bf995175a3e7d (patch)
tree46d26b12097068aeb1b38dff51fff7c6700add18 /pkgs/tools/text
parent17e710bf06e199504bfd69b6f73d63525e8bbf9f (diff)
parent35ff3ca35fe01c28fc36fe9a327387ec81117895 (diff)
Merge pull request #296837 from r-ryantm/auto-update/mdbook-katex
mdbook-katex: 0.6.0 -> 0.7.0
Diffstat (limited to 'pkgs/tools/text')
-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 8d27976c346be..a12689c736516 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.6.0";
+  version = "0.7.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-kQZZpVF265QmEle2HPSSHOaZFl/z/1Uvx0Fs+21HnLI=";
+    hash = "sha256-hrST3bfODCqsGUsO2sMk70KICMZCe+J1pDeO3TTcsaU=";
   };
 
-  cargoHash = "sha256-/IBJWGi1jYwFHdYZv8/AHiBP9oLtOVW0sLJVOQJutXA=";
+  cargoHash = "sha256-qoeHdgR67aZvmM6l8IPLcR2sHW2v5sL4k7ymxHPdlis=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];