We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f6d956 + 7d34cae commit c254ef6Copy full SHA for c254ef6
pkgs/tools/typesetting/pulldown-cmark/default.nix
@@ -5,14 +5,14 @@
5
6
rustPlatform.buildRustPackage rec {
7
pname = "pulldown-cmark";
8
- version = "0.12.0";
+ version = "0.12.1";
9
10
src = fetchCrate {
11
inherit pname version;
12
- hash = "sha256-LBaWfcTA5qxhrEUG0FeusGZBgvRjuQS0/1pqeKQQWbk=";
+ hash = "sha256-PfkmzmK98Mzay6P48NTEJhtpuoCiTb3JqUIYObcS41k=";
13
};
14
15
- cargoHash = "sha256-UPv7F/itmISaUikR6jdAj3FvTF56VqwdMvD3L3WruA4=";
+ cargoHash = "sha256-BhlKFisM1ho7xcwBnjtODQdacE/B9UoqYXj3dIAeTXE=";
16
17
meta = {
18
description = "Pull parser for CommonMark written in Rust";
0 commit comments