about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/fourcolor
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@inria.fr>2021-09-27 21:52:40 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-10-13 10:44:09 +0200
commit3437b543fd344820710184d6593b4832e1ee73df (patch)
treead07adada6bd410a592d4e009b0ad564fd715ef6 /pkgs/development/coq-modules/fourcolor
parentf9203f09e2467e9c634ec8f136bb0adfe6964f2f (diff)
coq_8_14: init at 8.14+rc1
Diffstat (limited to 'pkgs/development/coq-modules/fourcolor')
-rw-r--r--pkgs/development/coq-modules/fourcolor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/coq-modules/fourcolor/default.nix b/pkgs/development/coq-modules/fourcolor/default.nix
index 4de6e2da8b511..84cd739ed6abd 100644
--- a/pkgs/development/coq-modules/fourcolor/default.nix
+++ b/pkgs/development/coq-modules/fourcolor/default.nix
@@ -9,8 +9,8 @@ mkCoqDerivation {
   release."1.2.3".sha256 = "sha256-gwKfUa74fIP7j+2eQgnLD7AswjCtOFGHGaIWb4qI0n4=";
 
   inherit version;
-  defaultVersion = with versions; switch mathcomp.version [
-    { case = pred.inter (isGe "1.11.0") (isLt "1.13"); out = "1.2.3"; }
+  defaultVersion = with versions; switch [ coq.version mathcomp.version ] [
+    { cases = [ (isLe "8.13") (pred.inter (isGe "1.11.0") (isLt "1.13")) ]; out = "1.2.3"; }
   ] null;
 
   propagatedBuildInputs = [ mathcomp.algebra ];