comrak: 0.35.0 -> 0.36.0

This commit is contained in:
R. Ryantm
2025-02-28 13:04:57 +00:00
parent 31782c65e2
commit 647f5e50b1
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "comrak";
version = "0.35.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "kivikakk";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4aNV9FKqRNirYBMXIgAXjwS2FBCgLuxdhWQCvZbmZp4=";
sha256 = "sha256-sT83t7YavXzUXaE9vSeg9AbLHl6Bq2BAZpEoClLRcmY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-5j6Q6nBwg/Tq2dBUqYjYUzEnGlxhXuahEITsShP13eQ=";
cargoHash = "sha256-7fu2kZJ//Ysa5vUvn0wxNLmBsL5+++RRty0HTpHejws=";
meta = with lib; {
description = "CommonMark-compatible GitHub Flavored Markdown parser and formatter";