mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
coqPackages.CoLoR: enable for Coq 8.16
This commit is contained in:
parent
a8392b2ee4
commit
ecb1e2a99b
@ -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"; }
|
||||
|
Loading…
Reference in New Issue
Block a user