Skip to content

Commit

Permalink
comrak: 0.31.0 -> 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 17, 2024
1 parent 4989a24 commit 68ecdb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/comrak/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "comrak";
version = "0.31.0";
version = "0.32.0";

src = fetchFromGitHub {
owner = "kivikakk";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4Ea/YCh0a5xToEmyqpvt8fTtsbL/K0RcQBUitHNCKgo=";
sha256 = "sha256-sRYyInQ2jvtipmGkTL8P7ed0YHLnAQObaMX6N87bFHU=";
};

cargoHash = "sha256-pZ4aHmfiHMvatUY5oTvLtJiIVvknAi3NFVP30rcEmRo=";
cargoHash = "sha256-4Tl9MEZn8RAklqc32bLeWg+muVcjqMKRWSrt8BIq9n4=";

meta = with lib; {
description = "CommonMark-compatible GitHub Flavored Markdown parser and formatter";
Expand Down

0 comments on commit 68ecdb3

Please sign in to comment.