pulldown-cmark: 0.12.1 -> 0.12.2 (#360526)

This commit is contained in:
Nick Cao 2024-12-01 09:45:51 -05:00 committed by GitHub
commit 81289bba34
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.12.1";
version = "0.12.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-PfkmzmK98Mzay6P48NTEJhtpuoCiTb3JqUIYObcS41k=";
hash = "sha256-dsSt0JC3e1IItyY16tosxD83XUdttHVIT40QsW9iUFU=";
};
cargoHash = "sha256-BhlKFisM1ho7xcwBnjtODQdacE/B9UoqYXj3dIAeTXE=";
cargoHash = "sha256-siYwv14AzoQnub+Xcb3UCdEnCIOYremqNve5xyMhixc=";
meta = {
description = "Pull parser for CommonMark written in Rust";