Skip to content

Commit

Permalink
ocamlPackages.mdx: 2.4.1 → 2.5.0 (NixOS#363210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid authored Dec 10, 2024
2 parents 037038b + 9a93846 commit b93b330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/mdx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildDunePackage rec {
pname = "mdx";
version = "2.4.1";
version = "2.5.0";

minimalOCamlVersion = "4.08";

src = fetchurl {
url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz";
hash = "sha256-GkDMkcxVPe0KIMmNQ0NUlTvbdZ7Mka02u7mn3QQSrxM=";
hash = "sha256-wtpY19UYLxXARvsyC7AsFmAtLufLmfNJ4/SEHCY2UCk=";
};

nativeBuildInputs = [ cppo ];
Expand Down

0 comments on commit b93b330

Please sign in to comment.