From 5d2e116486e25425d2999d56e4a096ba6a3047c3 Mon Sep 17 00:00:00 2001 From: Michele Alberti <michele.alberti@cea.fr> Date: Tue, 4 Aug 2020 14:36:19 +0200 Subject: [PATCH] Change in rev and ref. --- 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 7e7f2bc9..2680d918 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" = "f65ce5dc3f2790667c7d62c23ef8fc04fbdd7ae5"; - "ref" = "master"; + "rev" = "ccd253f6f63812451cf6ce13a5b9e60c0f914829" + "ref" = "feature/frama-clang-ci"; }; in { -- GitLab