mmdoc: 0.15.0 -> 0.19.0

This commit is contained in:
Ryan Mulligan 2023-08-26 08:44:13 -07:00
parent 4a46de78fb
commit 4aefd7f39f

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