From a9a5eeca6558b37d4ed380486872b90dbc90384a Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@cea.fr>
Date: Fri, 7 Aug 2020 14:06:45 +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 5c52d35fae6..e093574991e 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" = "ccd253f6f63812451cf6ce13a5b9e60c0f914829";
-            "ref" = "feature/frama-clang-ci";
+            "rev" = "abf07b7c0f53b33b32c8b170580e14480fd3aba6";
+            "ref" = "master";
     };
  in
  {
-- 
GitLab