coqPackages_8_19.coqprime

This commit is contained in:
Pierre Roux 2024-01-25 16:37:35 +01:00 committed by Vincent Laporte
parent 9a39384065
commit a7c7c0b6e4

View file

@ -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"; }