Merge pull request #251623 from ryantm/rtm-mmdoc

mmdoc: 0.15.0 -> 0.19.0
This commit is contained in:
Matthias Beyer 2023-08-26 20:01:05 +02:00 committed by GitHub
commit a16ae0ed63
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.15.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "ryantm";
repo = "mmdoc";
rev = version;
hash = "sha256-xOi91BSQh+AN13V6YyAzOe7kUsyPAvUKWTJ+PUPlPJQ=";
hash = "sha256-W48ndjWrdJphvGDDUtcLZLBzsTfeLCi3k6UrHVroBcA=";
};
nativeBuildInputs = [ ninja meson pkg-config xxd ];