Skip to content

Commit

Permalink
Merge pull request NixOS#200460 from r-ryantm/auto-update/mmdoc
Browse files Browse the repository at this point in the history
mmdoc: 0.12.0 -> 0.13.0
  • Loading branch information
ryantm authored Nov 10, 2022
2 parents f14e629 + a791afd commit a668cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/mmdoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit a668cf4

Please sign in to comment.