lol

ocamlPackages.mdx: 2.3.1 → 2.4.1

authored by

Vincent Laporte and committed by
Vincent Laporte
eb7e2246 b3bced21

+2 -2
+2 -2
pkgs/development/ocaml-modules/mdx/default.nix
··· 6 6 7 7 buildDunePackage rec { 8 8 pname = "mdx"; 9 - version = "2.3.1"; 9 + version = "2.4.1"; 10 10 11 11 minimalOCamlVersion = "4.08"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz"; 15 - hash = "sha256-mkCkX6p41H4pOSvU/sJg0UAWysGweOSrAW6jrcCXQ/M="; 15 + hash = "sha256-GkDMkcxVPe0KIMmNQ0NUlTvbdZ7Mka02u7mn3QQSrxM="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cppo ];