coqPackages_8_19.coqprime
This commit is contained in:
parent
9a39384065
commit
a7c7c0b6e4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ mkCoqDerivation {
|
|||
owner = "thery";
|
||||
inherit version;
|
||||
defaultVersion = with lib.versions; lib.switch coq.coq-version [
|
||||
{ case = range "8.14" "8.18"; out = "8.18"; }
|
||||
{ case = range "8.14" "8.19"; out = "8.18"; }
|
||||
{ case = range "8.12" "8.16"; out = "8.15"; }
|
||||
{ case = range "8.10" "8.11"; out = "8.10"; }
|
||||
{ case = range "8.8" "8.9"; out = "8.8"; }
|
||||
|
|
Loading…
Reference in a new issue