diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-11-22 20:39:25 +0000 |
|---|---|---|
| committer | Bobby Rong <rjl931189261@126.com> | 2022-11-26 19:36:57 +0800 |
| commit | bc74a90ab97cc511bd99397eeb8374f9fa2be9ce (patch) | |
| tree | e27e1457d0ee8feb7d037da21dc5c1101ee15a01 | |
| parent | fluxcd: 0.36.0 -> 0.37.0 (diff) | |
| download | nixpkgs-bc74a90ab97cc511bd99397eeb8374f9fa2be9ce.tar.gz | |
pandoc-katex: 0.1.9 -> 0.1.10
| -rw-r--r-- | pkgs/tools/misc/pandoc-katex/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/pandoc-katex/default.nix b/pkgs/tools/misc/pandoc-katex/default.nix index e2bef6aebf30..6a56651221cf 100644 --- a/pkgs/tools/misc/pandoc-katex/default.nix +++ b/pkgs/tools/misc/pandoc-katex/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "pandoc-katex"; - version = "0.1.9"; + version = "0.1.10"; src = fetchFromGitHub { owner = "xu-cheng"; repo = pname; rev = version; - hash = "sha256-Sd+f1a3Y4XwSj5BupAH35UK6gQxzLy5jJCtc77R9wnM="; + hash = "sha256-TGilWr/Q8K+YP6FYfZqJOwtTAFiY+YX7AAole4TiSoE="; }; - cargoSha256 = "sha256-PVEQTzkkD6V9DqcIHznfnO1wOARSxutLApaO9dlokTQ="; + cargoSha256 = "sha256-CEyS7dMG+5e/LwEKdYlHFVCBm2FPKVjJlrMFB+QGm+Y="; meta = with lib; { description = "Pandoc filter to render math equations using KaTeX"; |
