ocamlPackages.mdx: 1.11.0 → 1.11.1

main
Vincent Laporte 3 years ago committed by Vincent Laporte
parent f4a00ebd02
commit bce6cb1dd5
  1. 4
      pkgs/development/ocaml-modules/mdx/default.nix

@ -5,12 +5,12 @@
buildDunePackage rec {
pname = "mdx";
version = "1.11.0";
version = "1.11.1";
useDune2 = true;
src = fetchurl {
url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz";
sha256 = "1hk8ffh3d9hiibrj6691khnbmjnfs9psmiawnrbgi0577bw030wx";
sha256 = "sha256:1q6169gmynnbrvlnzlmx7lpd6hwv6vwxg5j8ibc88wgs5s0r0fb0";
};
nativeBuildInputs = [ cppo ];

Loading…
Cancel
Save