pulldown-cmark: 0.9.4 -> 0.9.5

This commit is contained in:
Charles Hall 2024-01-28 19:24:25 -08:00
parent ae09f7a532
commit a9a3f6d631
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.4";
version = "0.9.5";
src = fetchCrate {
inherit pname version;
hash = "sha256-B+Zxs88/F5B5TpgKLmcNX8rByGVVJcbTuwLcF8Ql9eE=";
hash = "sha256-8hqA808w7eUZgFVoEct8IAZcRUb2xGxj5lYsIvP2TUU=";
};
cargoHash = "sha256-cIpixyAqeZ/EeEv4ChYiRpbRVD9xqJqxZz7kemxKC30=";
cargoHash = "sha256-GRESQh8dWdzd80ZCjiVfqNXcHloHvQ/eb9xztT7qMNo=";
meta = {
description = "A pull parser for CommonMark written in Rust";