File tree 2 files changed +15
-9
lines changed
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 48
48
then {
49
49
rev = "v1.3-8.19" ;
50
50
sha256 = "sha256-roBCWfAHDww2Z2JbV5yMI3+EOfIsv3WvxEcUbBiZBsk=" ;
51
+ } else { } ) //
52
+ ( if coqPackages == "coqPackages_8_20"
53
+ then {
54
+ rev = "v1.3.1-8.20" ;
55
+ sha256 = "sha256-u8LB1KiACM5zVaoL7dSdHYvZgX7pf30VuqtjLLGuTzc=" ;
51
56
} else { } ) ) ;
52
57
53
58
phases = [
73
78
env = pkgs . buildEnv { inherit name ; paths = buildInputs ; } ;
74
79
passthru = {
75
80
compatibleCoqVersions = v :
76
- builtins . elem v [ "8.14" "8.15" "8.16" "8.17" "8.18" "8.19" ] ;
81
+ builtins . elem v [ "8.14" "8.15" "8.16" "8.17" "8.18" "8.19" "8.20" ] ;
77
82
} ;
78
83
} ;
79
84
106
111
env = pkgs . buildEnv { inherit name ; paths = buildInputs ; } ;
107
112
passthru = {
108
113
compatibleCoqVersions = v :
109
- builtins . elem v [ "8.14" "8.15" "8.16" "8.17" "8.18" "8.19" ] ;
114
+ builtins . elem v [ "8.14" "8.15" "8.16" "8.17" "8.18" "8.19" "8.20" ] ;
110
115
} ;
111
116
} ;
112
117
116
121
category-theory_8_17 = category-theory "coqPackages_8_17" ;
117
122
category-theory_8_18 = category-theory "coqPackages_8_18" ;
118
123
category-theory_8_19 = category-theory "coqPackages_8_19" ;
124
+ category-theory_8_20 = category-theory "coqPackages_8_20" ;
119
125
120
- default = category-theory_8_19 ;
126
+ default = category-theory_8_20 ;
121
127
} ;
122
128
123
129
defaultPackage = packages . default ;
You can’t perform that action at this time.
0 commit comments