From 54403a9e2c03632d4148ce89a08a801115b941cc Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@cea.fr> Date: Wed, 17 Feb 2021 18:18:41 +0100 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 9f7790b0..7cfc5f43 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" = "78a52234efc6489f56ce927937e569e1a1476a7d"; + "rev" = "285cc9569c1ae0bfadb51320ba7d1d4c73b6bba0"; "ref" = "master"; }; in -- GitLab