From f59f61553028ce4c3ca276b6fd5aceba512811af Mon Sep 17 00:00:00 2001
From: Michele Alberti <michele.alberti@cea.fr>
Date: Tue, 4 Aug 2020 14:27:33 +0200
Subject: [PATCH] Change in rev and ref.

---
 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 edea5249..7e7f2bc9 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" = "a99329415497d43b9bd263bbbbbded12e08f518b";
-            "ref" = "feature/frama-clang-ci";
+            "rev" = "f65ce5dc3f2790667c7d62c23ef8fc04fbdd7ae5";
+            "ref" = "master";
     };
  in
  {
-- 
GitLab