From 417670cbfecc1f0572ad7e5b3f6618da436147ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Correnson?= <loic.correnson@cea.fr> Date: Wed, 7 Oct 2020 13:44:18 +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 f94a7e74..3e705a8a 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" = "ecd0aa7dc29f0d715b379af6894099091da27212"; - "ref" = "update-opam-repo"; + "rev" = "01d423ae0e14b2d0d41e952d261aa859b2a3855e"; + "ref" = "master"; }; in { -- GitLab