From 41758104fd426ff24e0bcdee35d7c3baeafbee8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Correnson?= <loic.correnson@cea.fr> Date: Wed, 27 May 2020 09:11:32 +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 1be279fca72..067bb0c0061 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" = "8aa3b85526a62f35e9e56e48289d7a352b64ab60"; - "ref" = "feature/nix/add_wp_cache"; + "rev" = "0dad15724fe9fa0782e8797f996d9a996a68ae65"; + "ref" = "master"; }; in { -- GitLab