pulldown-cmark: 0.11.2 -> 0.12.0

This commit is contained in:
R. Ryantm
2024-08-24 13:38:07 +00:00
parent 771c5644e8
commit b9568bdb85
@@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "pulldown-cmark";
version = "0.11.2";
version = "0.12.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-Ox/5xp46/RjfJkn74dPcQQSBMa5Mtx98wbVSnpbViks=";
hash = "sha256-LBaWfcTA5qxhrEUG0FeusGZBgvRjuQS0/1pqeKQQWbk=";
};
cargoHash = "sha256-+bbd/SjHM/hbxaOP2CbzZ7wI5ZzVTIHw9she8wm+M3w=";
cargoHash = "sha256-UPv7F/itmISaUikR6jdAj3FvTF56VqwdMvD3L3WruA4=";
meta = {
description = "Pull parser for CommonMark written in Rust";