coqPackages_8_17.iris: init at 4.0.0

This commit is contained in:
Steven Keuchel 2023-08-01 15:19:09 +02:00 committed by Vincent Laporte
parent fd4981573b
commit 2796baace8

View File

@ -6,7 +6,7 @@ mkCoqDerivation rec {
owner = "iris";
inherit version;
defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = range "8.13" "8.16"; out = "4.0.0"; }
{ case = range "8.13" "8.17"; out = "4.0.0"; }
{ case = range "8.12" "8.14"; out = "3.5.0"; }
{ case = range "8.11" "8.13"; out = "3.4.0"; }
{ case = range "8.9" "8.10"; out = "3.3.0"; }