ocamlPackages.mdx: 2.5.1 → 2.5.2

This commit is contained in:
Vincent Laporte
2026-03-23 18:43:16 +01:00
parent c8ebda8f09
commit 7dd2cdaa53
@@ -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 =