Skip to content

Commit 29ec4bb

Browse files
authored
Merge pull request NixOS#112923 from anmonteiro/anmonteiro/mdx-1.8.1
2 parents ae14606 + 702ac79 commit 29ec4bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/development/ocaml-modules/mdx/default.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{ lib, fetchurl, buildDunePackage, opaline, ocaml
22
, alcotest
3-
, astring, cmdliner, cppo, fmt, logs, ocaml-migrate-parsetree, ocaml-version, odoc, ocaml_lwt, pandoc, re }:
3+
, astring, cmdliner, cppo, fmt, logs, ocaml-version, odoc, ocaml_lwt, re, result, csexp
4+
, pandoc}:
45

56
buildDunePackage rec {
67
pname = "mdx";
7-
version = "1.8.0";
8+
version = "1.8.1";
89
useDune2 = true;
910

1011
src = fetchurl {
1112
url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz";
12-
sha256 = "1p2ip73da271as0x1gfbajik3mf1bkc8l54276vgacn1ja3saj52";
13+
sha256 = "1szik1lyg2vs8jrisnvjdc29n0ifls8mghimff4jcz6f48haa3cv";
1314
};
1415

1516
nativeBuildInputs = [ cppo ];
1617
buildInputs = [ cmdliner ];
17-
propagatedBuildInputs = [ astring fmt logs ocaml-migrate-parsetree ocaml-version odoc re ];
18+
propagatedBuildInputs = [ astring fmt logs result csexp ocaml-version odoc re ];
1819
checkInputs = [ alcotest ocaml_lwt pandoc ];
1920

2021
doCheck = true;

0 commit comments

Comments
 (0)