3
0
Fork 0
forked from mirrors/nixpkgs

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

mmdoc: 0.12.0 -> 0.13.0
This commit is contained in:
Ryan Mulligan 2022-11-09 19:28:23 -08:00 committed by GitHub
commit a668cf43e0
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.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "ryantm";
repo = "mmdoc";
rev = version;
hash = "sha256-wg0wFZMijwTWU6B3PuQ785F98JqObDMvltHaI5ltpx8=";
hash = "sha256-ZPdAMlKGwEO54hxHcQh1xgu6eUGsoX12xD/9JehzRdw=";
};
nativeBuildInputs = [ ninja meson pkg-config xxd ];