coqPackages.CoLoR: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-06-03 13:32:09 +02:00 committed by Vincent Laporte
parent a8392b2ee4
commit ecb1e2a99b

View File

@ -5,7 +5,7 @@ with lib; mkCoqDerivation {
owner = "fblanqui";
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{case = range "8.12" "8.15"; out = "1.8.2"; }
{case = range "8.12" "8.16"; out = "1.8.2"; }
{case = range "8.10" "8.11"; out = "1.7.0"; }
{case = range "8.8" "8.9"; out = "1.6.0"; }
{case = range "8.6" "8.7"; out = "1.4.0"; }