From 7044aaab4ba4c6fc36544997a5cf609f2d74a79f Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Wed, 17 Feb 2021 17:00:22 +0100
Subject: [PATCH] [ci] update Frama-CI reference after merging branch

---
 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 e2fc2252..9f7790b0 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" = "614b8c3f2be697384626581d84836d7a41dc6c38";
-            "ref" = "feature/headers/2021";
+            "rev" = "78a52234efc6489f56ce927937e569e1a1476a7d";
+            "ref" = "master";
     };
  in
  {
-- 
GitLab