From 2eb3dc83077e23a7a8f20bbef635bf6206731e73 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@cea.fr> Date: Fri, 7 Aug 2020 14:06:56 +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 5c52d35f..e0935749 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" = "ccd253f6f63812451cf6ce13a5b9e60c0f914829"; - "ref" = "feature/frama-clang-ci"; + "rev" = "abf07b7c0f53b33b32c8b170580e14480fd3aba6"; + "ref" = "master"; }; in { -- GitLab