From 7dd2cdaa531501f1a5c3e15fa82bb302e55625bc Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 23 Mar 2026 17:48:24 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.mdx:=202.5.1=20=E2=86=92=202.5.2?= 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 c839019554fc..c639885a7fab 100644 --- a/pkgs/development/ocaml-modules/mdx/default.nix +++ b/pkgs/development/ocaml-modules/mdx/default.nix @@ -22,11 +22,11 @@ buildDunePackage (finalAttrs: { pname = "mdx"; - version = "2.5.1"; + version = "2.5.2"; src = fetchurl { url = "https://github.com/realworldocaml/mdx/releases/download/${finalAttrs.version}/mdx-${finalAttrs.version}.tbz"; - hash = "sha256-3YKYDdERpIBv+akdnS7Xwmrvsdp9zL0V5zw6j2boY/U="; + hash = "sha256-yEjCxoDGJmLcSgX1WOXGwY7Sqre7ZQjB1JEJ1uqRo88="; }; env =