pulldown-cmark: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm
2026-02-23 12:35:54 +00:00
parent 7e04758e1f
commit 0bf28f6a08
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "pulldown-cmark";
version = "0.13.0";
version = "0.13.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-lp0ywX/3phfC30QvYkO2wFZNSinP4cdm4HY744EZ02o=";
hash = "sha256-iQjA2mt1l0mP8yevWwjrfN/u9FXBnIv+ObjMSOsqlhw=";
};
cargoHash = "sha256-ek6Eczqb/kxxoZFakGcwrgqXAtNCtQxDX2PHdOcIUjU=";
cargoHash = "sha256-D7ig9MofwFvurZDtpozn4xz63tCFQ2HrWcM/x1GzhqI=";
meta = {
description = "Pull parser for CommonMark written in Rust";