Skip to content

Commit

Permalink
ocamlPackages.mdx: 2.3.1 → 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 21, 2024
1 parent b3bced2 commit eb7e224
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.3.1";
version = "2.4.1";

minimalOCamlVersion = "4.08";

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

nativeBuildInputs = [ cppo ];
Expand Down

0 comments on commit eb7e224

Please sign in to comment.