Merge pull request #255990 from r-ryantm/auto-update/mmdoc

mmdoc: 0.19.0 -> 0.20.0
This commit is contained in:
Weijia Wang 2023-09-26 11:24:17 +02:00 committed by GitHub
commit 3c238920e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];