From ec46e248036d87e7690b9f5e8b6a9e45c8d07a13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Bobot?= <francois.bobot@cea.fr>
Date: Mon, 5 Aug 2019 13:19:39 +0200
Subject: [PATCH] Update nix/frama-ci.*

---
 nix/frama-ci.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix/frama-ci.nix b/nix/frama-ci.nix
index 067bb0c0061..f91f77e3795 100644
--- a/nix/frama-ci.nix
+++ b/nix/frama-ci.nix
@@ -5,8 +5,8 @@ let
     src = builtins.fetchGit {
             "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
             "name" = "Frama-CI";
-            "rev" = "0dad15724fe9fa0782e8797f996d9a996a68ae65";
-            "ref" = "master";
+            "rev" = "8bb9694075309fb38c7d7cb28e831132de34ba04";
+            "ref" = "feature/frama-clang-ci";
     };
  in
  {
-- 
GitLab