From 50ce88d4ae0920ae4e0ac219774051c211a866a7 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 18 Apr 2023 08:11:11 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.mdx:=202.2.1=20=E2=86=92=202.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/mdx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/mdx/default.nix b/pkgs/development/ocaml-modules/mdx/default.nix index 02ef0604445..85a1a798b47 100644 --- a/pkgs/development/ocaml-modules/mdx/default.nix +++ b/pkgs/development/ocaml-modules/mdx/default.nix @@ -6,14 +6,14 @@ buildDunePackage rec { pname = "mdx"; - version = "2.2.1"; + version = "2.3.0"; minimalOCamlVersion = "4.08"; duneVersion = "3"; src = fetchurl { url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz"; - hash = "sha256-8J7XM/5EYWBfApdzdIpjU9Ablb5l65hrzOF9bdr1Cdg="; + hash = "sha256-MqCDmBAK/S0ueYi8O0XJtplxJx96twiFHe04Q8lHBmE="; }; nativeBuildInputs = [ cppo ];