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

pulldown-cmark: 0.11.0 -> 0.11.2
This commit is contained in:
Sebastián Mancilla 2024-08-22 22:24:50 -04:00 committed by GitHub
commit d0c400e0fb
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.0";
version = "0.11.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-1RE622jAtIxv9Jk6vMdm1djaaUCyNGXHIIela+WRubI=";
hash = "sha256-Ox/5xp46/RjfJkn74dPcQQSBMa5Mtx98wbVSnpbViks=";
};
cargoHash = "sha256-L1KPpLw1MEYDisVdPEO16ZvSRx/ya22oDReyS+hG5t4=";
cargoHash = "sha256-+bbd/SjHM/hbxaOP2CbzZ7wI5ZzVTIHw9she8wm+M3w=";
meta = {
description = "Pull parser for CommonMark written in Rust";