mmdoc: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm 2023-09-19 00:37:13 +00:00
parent 7209fa9d85
commit 238999ab24

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mmdoc";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "ryantm";
repo = "mmdoc";
rev = version;
hash = "sha256-W48ndjWrdJphvGDDUtcLZLBzsTfeLCi3k6UrHVroBcA=";
hash = "sha256-NS8i5xvCwq0pSdfxnaxnpuwmDAkfH6Tkc4N2F6aGvWY=";
};
nativeBuildInputs = [ ninja meson pkg-config xxd ];