From d5d3ffd7aee67ef81f325a1ea315aa8e95ed8f63 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Mon, 15 Feb 2021 17:45:11 +0100 Subject: [PATCH] [ci] bump frama-ci rev --- nix/frama-ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/frama-ci.nix b/nix/frama-ci.nix index 1baced43d4c..e2fc225275a 100644 --- a/nix/frama-ci.nix +++ b/nix/frama-ci.nix @@ -5,7 +5,7 @@ let src = builtins.fetchGit { "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git"; "name" = "Frama-CI"; - "rev" = "5b4f8aca5b8b93a69d8e6f8904bdd457e4d0edd2"; + "rev" = "614b8c3f2be697384626581d84836d7a41dc6c38"; "ref" = "feature/headers/2021"; }; in -- GitLab