mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
coqPackages.coq-bits: enable for Coq 8.16
This commit is contained in:
parent
6791c185dd
commit
0f25d8a02d
@ -5,7 +5,7 @@ with lib; mkCoqDerivation {
|
||||
repo = "bits";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.10" "8.15"; out = "1.1.0"; }
|
||||
{ case = range "8.10" "8.16"; out = "1.1.0"; }
|
||||
{ case = range "8.7" "8.15"; out = "1.0.0"; }
|
||||
] null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user