From 0f2a24dde0573856565e9aa3a71ba498625eecf5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Correnson?= <loic.correnson@cea.fr>
Date: Mon, 28 Sep 2020 11:27:21 +0200
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 7939e05d..4e518586 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" = "3e8a67b19d5923c651509070eec5db646b80ec32";
-            "ref" = "master";
+            "rev" = "e19435131b0b862509c04aaf0cb8492554fb9d1f";
+            "ref" = "update-opam-repo";
     };
  in
  {
-- 
GitLab