Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pandoc-katex: 0.1.9 -> 0.1.10

authored by R. Ryantm and committed by Bobby Rong bc74a90a a7cc99f1

+3 -3
+3 -3
pkgs/tools/misc/pandoc-katex/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "pandoc-katex"; 5 - version = "0.1.9"; 5 + version = "0.1.10"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "xu-cheng"; 9 9 repo = pname; 10 10 rev = version; 11 - hash = "sha256-Sd+f1a3Y4XwSj5BupAH35UK6gQxzLy5jJCtc77R9wnM="; 11 + hash = "sha256-TGilWr/Q8K+YP6FYfZqJOwtTAFiY+YX7AAole4TiSoE="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-PVEQTzkkD6V9DqcIHznfnO1wOARSxutLApaO9dlokTQ="; 14 + cargoSha256 = "sha256-CEyS7dMG+5e/LwEKdYlHFVCBm2FPKVjJlrMFB+QGm+Y="; 15 15 16 16 meta = with lib; { 17 17 description = "Pandoc filter to render math equations using KaTeX";