From 8a9cc7a7e36cb91264b003d8035d6af057c8da5c Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Wed, 18 Nov 2020 10:36:32 +0100
Subject: [PATCH] [ci] fix rev SHA of Frama-CI

---
 nix/frama-ci.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/frama-ci.nix b/nix/frama-ci.nix
index 3e705a8a..700557f2 100644
--- a/nix/frama-ci.nix
+++ b/nix/frama-ci.nix
@@ -5,7 +5,7 @@ let
     src = builtins.fetchGit {
             "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
             "name" = "Frama-CI";
-            "rev" = "01d423ae0e14b2d0d41e952d261aa859b2a3855e";
+            "rev" = "ec1a17f66dd629480beed8daeab4ececc5f0dc75";
             "ref" = "master";
     };
  in
-- 
GitLab