Skip to content

Commit c254ef6

Browse files
authored
pulldown-cmark: 0.12.0 -> 0.12.1 (#339685)
2 parents 1f6d956 + 7d34cae commit c254ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/typesetting/pulldown-cmark/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "pulldown-cmark";
8-
version = "0.12.0";
8+
version = "0.12.1";
99

1010
src = fetchCrate {
1111
inherit pname version;
12-
hash = "sha256-LBaWfcTA5qxhrEUG0FeusGZBgvRjuQS0/1pqeKQQWbk=";
12+
hash = "sha256-PfkmzmK98Mzay6P48NTEJhtpuoCiTb3JqUIYObcS41k=";
1313
};
1414

15-
cargoHash = "sha256-UPv7F/itmISaUikR6jdAj3FvTF56VqwdMvD3L3WruA4=";
15+
cargoHash = "sha256-BhlKFisM1ho7xcwBnjtODQdacE/B9UoqYXj3dIAeTXE=";
1616

1717
meta = {
1818
description = "Pull parser for CommonMark written in Rust";

0 commit comments

Comments
 (0)