about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/base64
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-08-23 08:04:50 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-08-31 07:36:39 +0200
commit0f4f35c7b05a559bee99bb2be45f850af8e3bda8 (patch)
tree4387e317c287a5509e01792ef29e56f5628006e8 /pkgs/development/ocaml-modules/base64
parent30942c90cbdf884dc6df63fbec859ac812e7d9d1 (diff)
ocamlPackages.fmt: 0.8.9 → 0.9.0
Diffstat (limited to 'pkgs/development/ocaml-modules/base64')
-rw-r--r--pkgs/development/ocaml-modules/base64/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/base64/default.nix b/pkgs/development/ocaml-modules/base64/default.nix
index efb7f41b95dd3..7310bb968ffcc 100644
--- a/pkgs/development/ocaml-modules/base64/default.nix
+++ b/pkgs/development/ocaml-modules/base64/default.nix
@@ -14,7 +14,7 @@ buildDunePackage rec {
   };
 
   # otherwise fmt breaks evaluation
-  doCheck = lib.versionAtLeast ocaml.version "4.05";
+  doCheck = lib.versionAtLeast ocaml.version "4.08";
   checkInputs = [ alcotest bos rresult ];
 
   meta = {