coqPackages_8_19.paco

This commit is contained in:
Pierre Roux 2024-01-25 15:06:01 +01:00 committed by Vincent Laporte
parent c61980d92b
commit b57a1c6934

View File

@ -5,7 +5,7 @@ mkCoqDerivation {
owner = "snu-sf";
inherit version;
defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = range "8.13" "8.18"; out = "4.2.0"; }
{ case = range "8.13" "8.19"; out = "4.2.0"; }
{ case = range "8.12" "8.17"; out = "4.1.2"; }
{ case = range "8.9" "8.13"; out = "4.1.1"; }
{ case = range "8.6" "8.13"; out = "4.0.2"; }