From 70732ddf8325776fa286602f16a60c5b9a46ae21 Mon Sep 17 00:00:00 2001
From: Basile Desloges <basile.desloges@cea.fr>
Date: Fri, 9 Apr 2021 09:07:13 +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 15e84520a1a..0dc2337bb51 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" = "e0b8d5ff621eb2953b848b2711e873e9ead25add";
-            "ref" = "e0b8d5ff621eb2953b848b2711e873e9ead25add";
+            "rev" = "22961f3356c3eb1279d817772b4f19c352d055a7";
+            "ref" = "master";
     };
  in
  {
-- 
GitLab