From c30c6cff130951a34c279d15f5815b97a6521388 Mon Sep 17 00:00:00 2001
From: Michele Alberti <michele.alberti@cea.fr>
Date: Thu, 6 Aug 2020 15:09:01 +0200
Subject: [PATCH] [Nix] Update rev.

---
 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 f91f77e3795..5c52d35fae6 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" = "8bb9694075309fb38c7d7cb28e831132de34ba04";
+            "rev" = "ccd253f6f63812451cf6ce13a5b9e60c0f914829";
             "ref" = "feature/frama-clang-ci";
     };
  in
-- 
GitLab