Merge pull request #337013 from r-ryantm/auto-update/pulldown-cmark

pulldown-cmark: 0.11.2 -> 0.12.0
This commit is contained in:
Nick Cao 2024-08-24 21:12:03 -04:00 committed by GitHub
commit 545a536e86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";