Unverified Commit 7dd2cdaa authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.mdx: 2.5.1 → 2.5.2

parent c8ebda8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =