coqPackages.coq-ext-lib: enable for Coq 8.17

This commit is contained in:
Vincent Laporte 2023-03-07 20:41:09 +01:00 committed by Vincent Laporte
parent 43653728c8
commit 73bc86dc9c

View File

@ -5,7 +5,7 @@ mkCoqDerivation rec {
owner = "coq-ext-lib";
inherit version;
defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = range "8.11" "8.16"; out = "0.11.7"; }
{ case = range "8.11" "8.17"; out = "0.11.7"; }
{ case = range "8.8" "8.16"; out = "0.11.6"; }
{ case = range "8.8" "8.14"; out = "0.11.4"; }
{ case = range "8.8" "8.13"; out = "0.11.3"; }