comrak: 0.19.0 -> 0.20.0
Diff: https://github.com/kivikakk/comrak/compare/0.19.0...0.20.0 Changelog: https://github.com/kivikakk/comrak/blob/0.20.0/changelog.txt
This commit is contained in:
parent
e1c3c25266
commit
76a7de0e4b
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "comrak";
|
pname = "comrak";
|
||||||
version = "0.19.0";
|
version = "0.20.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kivikakk";
|
owner = "kivikakk";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-eyLgAVo4U0a1JByJsoWOnKGhDcaOhul145KeOOkmHq8=";
|
sha256 = "sha256-E7aSbqBest7NxphPOsxG2n5z6QdtTiYaFmgRmLh3cCI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-Q9VmiC07UxstwRPertTteeHX34zTo58a2wPkQtSwUPU=";
|
cargoSha256 = "sha256-SQ+G1rdiAfQj8MwjTiCgtPD5O8+jD3PSHy+rBUJlj2g=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A CommonMark-compatible GitHub Flavored Markdown parser and formatter";
|
description = "A CommonMark-compatible GitHub Flavored Markdown parser and formatter";
|
||||||
|
Loading…
Reference in New Issue
Block a user