From fcb19c09c05eb312b57941c5fd9317d3cd9d088b Mon Sep 17 00:00:00 2001
From: Allan Blanchard <allan.blanchard@cea.fr>
Date: Mon, 20 Jun 2022 16:10:40 +0200
Subject: [PATCH] [ci] force yojson to 1.7.0

---
 nix/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/default.nix b/nix/default.nix
index f28abacc859..ba25519912f 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -8,7 +8,7 @@ let mydir = builtins.getEnv("PWD");
       selection = "${mydir}/${name}-${ocaml.version}-opam-selection.nix";
     };
      opamPackages =
-      [ "ocamlfind=1.9.3" "zarith" "ocamlgraph" "yojson" "zmq"
+      [ "ocamlfind=1.9.3" "zarith" "ocamlgraph" "yojson=1.7.0" "zmq"
         "ppx_import" "ppx_deriving" "ppx_deriving_yojson"
         "coq=8.13.0" "alt-ergo=2.2.0"
         "why3=1.5.0" "why3-coq=1.5.0"
-- 
GitLab