Skip to content

Commit

Permalink
mmdoc: 0.9.1 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 22, 2022
1 parent ac09134 commit 286d53a
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.9.1";
version = "0.10.0";

src = fetchFromGitHub {
owner = "ryantm";
repo = "mmdoc";
rev = version;
hash = "sha256-Lz2+vsXjz9BVOCI1vIrNTvZgh19OuvXEhnMw2QBZr1w=";
hash = "sha256-c2YwlvJQfVRjldzfOjTSztIUg64GWq+5ijkFxp4qA8I=";
};

nativeBuildInputs = [ ninja meson pkg-config xxd ];
Expand Down

0 comments on commit 286d53a

Please sign in to comment.