about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-03-14 08:14:35 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2024-03-21 08:48:31 +0100
commiteb7e2246c4cc644b997aba30bb4b430dc110bd5e (patch)
treef3bccff84edca7b38665e0f7565fe12a2a719cd2 /pkgs
parentb3bced21a8acebb9e8777c5af8de851c49d8637e (diff)
ocamlPackages.mdx: 2.3.1 → 2.4.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/mdx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/mdx/default.nix b/pkgs/development/ocaml-modules/mdx/default.nix
index 1cd6a7d55e552..d11c806448212 100644
--- a/pkgs/development/ocaml-modules/mdx/default.nix
+++ b/pkgs/development/ocaml-modules/mdx/default.nix
@@ -6,13 +6,13 @@
 
 buildDunePackage rec {
   pname = "mdx";
-  version = "2.3.1";
+  version = "2.4.1";
 
   minimalOCamlVersion = "4.08";
 
   src = fetchurl {
     url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz";
-    hash = "sha256-mkCkX6p41H4pOSvU/sJg0UAWysGweOSrAW6jrcCXQ/M=";
+    hash = "sha256-GkDMkcxVPe0KIMmNQ0NUlTvbdZ7Mka02u7mn3QQSrxM=";
   };
 
   nativeBuildInputs = [ cppo ];