pulldown-cmark: 0.9.5 -> 0.9.6

This commit is contained in:
Charles Hall 2024-01-29 14:25:27 -08:00
parent 4299aee00f
commit 28ce925e80
No known key found for this signature in database
GPG Key ID: 7B8E0645816E07CF

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "pulldown-cmark";
version = "0.9.5";
version = "0.9.6";
src = fetchCrate {
inherit pname version;
hash = "sha256-8hqA808w7eUZgFVoEct8IAZcRUb2xGxj5lYsIvP2TUU=";
hash = "sha256-5rCoFI+QWQVxF4YUzwP7jQytiIzTXtlOr3AJzHMdtR8=";
};
cargoHash = "sha256-GRESQh8dWdzd80ZCjiVfqNXcHloHvQ/eb9xztT7qMNo=";
cargoHash = "sha256-it18jXKqUE43A6KAsx+BFc7YwufXjk1FJ0u8D2EolHQ=";
meta = {
description = "A pull parser for CommonMark written in Rust";