From fe5172bbf84ddd43e79e12b5412e70ffd947b3b7 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@cea.fr> Date: Mon, 26 Apr 2021 17:09:47 +0000 Subject: [PATCH] Update nix/frama-ci.* --- 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 b180f809..f598df31 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" = "ec755339b61f06484b1abcfa164f14d901f58c31"; + "rev" = "fb16d73399e355d864d9cc6dad5cd702ff9e1b8a"; "ref" = "feature/upgrade-opam2nix"; }; in -- GitLab