coqPackages.paco: enable for Coq 8.17

This commit is contained in:
Vincent Laporte 2023-03-07 20:41:36 +01:00 committed by Vincent Laporte
parent 73bc86dc9c
commit 265f0cae75

View file

@ -5,7 +5,7 @@ mkCoqDerivation {
owner = "snu-sf";
inherit version;
defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = range "8.12" "8.16"; out = "4.1.2"; }
{ 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"; }
{ case = isEq "8.5"; out = "1.2.8"; }