pulldown-cmark: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm
2026-03-30 12:06:20 +00:00
parent 218caa0caf
commit fbb1a7f4ce
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pulldown-cmark";
version = "0.13.2";
version = "0.13.3";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-+nwk1pfYmeiJu8dqin61i384NFMvaHeVv8r79gVAOoU=";
hash = "sha256-TeNF8Fgfo9m/TEAXBogzioSEVkY5lKOBm33HELk+WZE=";
};
cargoHash = "sha256-rap/rnYSlFW9QYP3ToLuPDs8KIf3u6i6RMSNtmFfEus=";
cargoHash = "sha256-i0mQvxtDKrU3hXe5LGMygELBVnMhtRytSPDA9u+49mI=";
meta = {
description = "Pull parser for CommonMark written in Rust";