Merge pull request #224870 from r-ryantm/auto-update/cmark-gfm

cmark-gfm: 0.29.0.gfm.9 -> 0.29.0.gfm.10
This commit is contained in:
Mario Rodas 2023-04-06 11:09:12 -05:00 committed by GitHub
commit d3f37613e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "cmark-gfm";
version = "0.29.0.gfm.9";
version = "0.29.0.gfm.10";
src = fetchFromGitHub {
owner = "github";
repo = "cmark-gfm";
rev = version;
sha256 = "sha256-goQtLaiLCyEqVItPfH3e/pFroQWZuVT5oxLs1/GwdoU=";
sha256 = "sha256-8TGwxZB/sT+VmQ0eIwK8rHJrCZXvpG69t+HA3aFz5h8=";
};
nativeBuildInputs = [ cmake ];