From effa0a532b13c53e3160253e255fdb0730ec282e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Correnson?= <loic.correnson@cea.fr> Date: Tue, 13 Apr 2021 12:58:10 +0000 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 0dc2337bb51..65141e9684d 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" = "22961f3356c3eb1279d817772b4f19c352d055a7"; - "ref" = "master"; + "rev" = "f86e807d6f440ac4479b78f8419dfd817803419d"; + "ref" = "feature/wp/versions-bump"; }; in { -- GitLab