mmdoc: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm 2023-08-15 16:56:33 +00:00
parent b51db7ec1b
commit ce6d416c81

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mmdoc";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "ryantm";
repo = "mmdoc";
rev = version;
hash = "sha256-1e6TS4TjshicUdT7wuvLsDpotr2LUxbn15r+eNXMo2M=";
hash = "sha256-xOi91BSQh+AN13V6YyAzOe7kUsyPAvUKWTJ+PUPlPJQ=";
};
nativeBuildInputs = [ ninja meson pkg-config xxd ];