Skip to content

Commit

Permalink
Merge pull request #249362 from r-ryantm/auto-update/mmdoc
Browse files Browse the repository at this point in the history
mmdoc: 0.14.0 -> 0.15.0
  • Loading branch information
ryantm authored Aug 17, 2023
2 parents 9d44110 + ce6d416 commit b2d45d7
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.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 ];
Expand Down

0 comments on commit b2d45d7

Please sign in to comment.