From 2fd32d157a61c85f18cc8ce80dc62a5a20541872 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@cea.fr>
Date: Wed, 17 Feb 2021 18:18:33 +0100
Subject: [PATCH] Update nix/frama-ci.*

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

diff --git a/nix/frama-ci.nix b/nix/frama-ci.nix
index 9f7790b045b..7cfc5f43524 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" = "78a52234efc6489f56ce927937e569e1a1476a7d";
+            "rev" = "285cc9569c1ae0bfadb51320ba7d1d4c73b6bba0";
             "ref" = "master";
     };
  in
-- 
GitLab