Loading pkgs/tools/typesetting/pulldown-cmark/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ rustPlatform.buildRustPackage rec { pname = "pulldown-cmark"; version = "0.11.2"; version = "0.12.0"; src = fetchCrate { inherit pname version; hash = "sha256-Ox/5xp46/RjfJkn74dPcQQSBMa5Mtx98wbVSnpbViks="; hash = "sha256-LBaWfcTA5qxhrEUG0FeusGZBgvRjuQS0/1pqeKQQWbk="; }; cargoHash = "sha256-+bbd/SjHM/hbxaOP2CbzZ7wI5ZzVTIHw9she8wm+M3w="; cargoHash = "sha256-UPv7F/itmISaUikR6jdAj3FvTF56VqwdMvD3L3WruA4="; meta = { description = "Pull parser for CommonMark written in Rust"; Loading Loading
pkgs/tools/typesetting/pulldown-cmark/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ rustPlatform.buildRustPackage rec { pname = "pulldown-cmark"; version = "0.11.2"; version = "0.12.0"; src = fetchCrate { inherit pname version; hash = "sha256-Ox/5xp46/RjfJkn74dPcQQSBMa5Mtx98wbVSnpbViks="; hash = "sha256-LBaWfcTA5qxhrEUG0FeusGZBgvRjuQS0/1pqeKQQWbk="; }; cargoHash = "sha256-+bbd/SjHM/hbxaOP2CbzZ7wI5ZzVTIHw9she8wm+M3w="; cargoHash = "sha256-UPv7F/itmISaUikR6jdAj3FvTF56VqwdMvD3L3WruA4="; meta = { description = "Pull parser for CommonMark written in Rust"; Loading