summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorAntonio Nuno Monteiro <anmonteiro@gmail.com>2021-01-18 15:04:39 -0800
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-01-19 08:28:28 +0100
commit3ffc05e1dba2874cbb30b1ebc0e3dfe531e06249 (patch)
tree69733dc3f764f9d26794d9d989eb7d081fd392c4 /pkgs/development/ocaml-modules
parent8e08bb03924907d2a7dfcf8105045c3172601703 (diff)
ocamlPackages.mdx: 1.7.0 -> 1.8.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/mdx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/mdx/default.nix b/pkgs/development/ocaml-modules/mdx/default.nix
index f384704a1c4a..4418c50568c8 100644
--- a/pkgs/development/ocaml-modules/mdx/default.nix
+++ b/pkgs/development/ocaml-modules/mdx/default.nix
@@ -4,12 +4,12 @@
buildDunePackage rec {
pname = "mdx";
- version = "1.7.0";
+ version = "1.8.0";
useDune2 = true;
src = fetchurl {
url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz";
- sha256 = "0vpc30sngl3vpychrfvjwyi93mk311x3f2azlkxasgcj69fq03i7";
+ sha256 = "1p2ip73da271as0x1gfbajik3mf1bkc8l54276vgacn1ja3saj52";
};
nativeBuildInputs = [ cppo ];