From bb5db4c9cfcde0f8ded9162077d5c7c6ed02aa01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr>
Date: Mon, 18 May 2020 14:30:26 +0200
Subject: [PATCH] [wp/nix] use updated Frama-CI with global cache

---
 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 652e17f7378..3358819663a 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" = "4add9658dfda894a5db9de59aa7a5657c8cf7b2b";
-            "ref" = "feature/ci/update-opam";
+            "rev" = "fb42f812c4c50bcac90a672e966927755cfcdf1c";
+            "ref" = "feature/nix/add_wp_cache";
     };
  in
  {
-- 
GitLab