ocamlPackages.mdx: 2.3.1 → 2.4.1

This commit is contained in:
Vincent Laporte 2024-03-14 08:14:35 +00:00 committed by Vincent Laporte
parent b3bced21a8
commit eb7e2246c4

View File

@ -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 ];