From 45f24376d8eec4e563ceaefec87cae20647f87e1 Mon Sep 17 00:00:00 2001
From: Basile Desloges <basile.desloges@cea.fr>
Date: Fri, 9 Apr 2021 07:59:25 +0000
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 a57d46acdf6..15e84520a1a 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" = "073b5669686e4c5f48bc450a37b6048bacf5d025";
-            "ref" = "master";
+            "rev" = "e0b8d5ff621eb2953b848b2711e873e9ead25add";
+            "ref" = "e0b8d5ff621eb2953b848b2711e873e9ead25add";
     };
  in
  {
-- 
GitLab