comrak 0.20.0 -> 0.21.0 https://repology.org/project/comrak/versions attrpath: comrak Checking auto update branch... No auto update branch exists Old version 0.20.0" not present in master derivation file with contents: { lib, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "comrak"; version = "0.21.0"; src = fetchFromGitHub { owner = "kivikakk"; repo = pname; rev = version; sha256 = "sha256-gYEq2kfSLaGdVQxmHTZ8O55f4Iwj9FKjUmlNq5+QtXI="; }; cargoHash = "sha256-rkSq18cFSlTJsZ7DvpJbXYUsg5k86Jk6bgpdO5nP6CE="; meta = with lib; { description = "A CommonMark-compatible GitHub Flavored Markdown parser and formatter"; homepage = "https://github.com/kivikakk/comrak"; changelog = "https://github.com/kivikakk/comrak/blob/${version}/changelog.txt"; license = licenses.bsd2; maintainers = with maintainers; [ figsoda ]; }; }