From a729037ecb6ecc171c442456b7bddc2a19a8156c Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@cea.fr>
Date: Wed, 23 Jun 2021 16:15: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 e083c89e2cd..8bc8fd00e52 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" = "c573f802c66f3821d0bac5f0b71eceaed26b26f1";
-            "ref" = "feature/upgrade-opam2nix";
+            "rev" = "f2e450499110ee5cebe53b3c20dbfcab6ff696a0";
+            "ref" = "master";
     };
     pkgs = import "${src}/pkgs.nix" {};
  in
-- 
GitLab