diff --git a/nix/frama-ci.nix b/nix/frama-ci.nix
index 6a445a41bfb42ee052d0533ece95f6a28151d164..f5f4becec84df02bd2c187201b6732a9346c0084 100644
--- a/nix/frama-ci.nix
+++ b/nix/frama-ci.nix
@@ -5,7 +5,7 @@ let
     src = builtins.fetchGit {
             "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
             "name" = "Frama-CI";
-            "rev" = "243aa053dbc42d9588020cc06c60469f2c5c2da8";
+            "rev" = "0ebac255cac0f98cdfca9cebd0edf02cd79b7e8d";
             "ref" = "feature/upgrade-opam2nix";
     };
  in