ocamlPackages.mdx: 2.5.1 → 2.5.2 (#502739)

This commit is contained in:
Ulrik Strid
2026-03-25 14:26:05 +00:00
committed by GitHub
@@ -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 =