From c06581af40510c413febe99b8ad0a7cfc1e0a9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bobot?= <francois.bobot@cea.fr> Date: Fri, 2 Oct 2020 10:28:03 +0200 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 4e518586..deecc0f2 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" = "e19435131b0b862509c04aaf0cb8492554fb9d1f"; + "rev" = "2f1b69cdf21964ffa596a2748bd052c69cb23018"; "ref" = "update-opam-repo"; }; in -- GitLab