summary refs log tree commit diff
path: root/pkgs/development/coq-modules/mathcomp/default.nix
diff options
context:
space:
mode:
authorPierre Roux <pierre.roux@onera.fr>2023-08-28 17:19:53 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-09-04 10:02:59 +0200
commitae24e3e528c90aee944c5ca23fab715d72d6b1f2 (patch)
tree42522d7b78f91a775a33e1487614ab92fd68317a /pkgs/development/coq-modules/mathcomp/default.nix
parent02643fe422c8b7a25acc7df31fc6b44efe9a616a (diff)
downloadnixpkgs-ae24e3e528c90aee944c5ca23fab715d72d6b1f2.tar
nixpkgs-ae24e3e528c90aee944c5ca23fab715d72d6b1f2.tar.gz
nixpkgs-ae24e3e528c90aee944c5ca23fab715d72d6b1f2.tar.bz2
nixpkgs-ae24e3e528c90aee944c5ca23fab715d72d6b1f2.tar.lz
nixpkgs-ae24e3e528c90aee944c5ca23fab715d72d6b1f2.tar.xz
nixpkgs-ae24e3e528c90aee944c5ca23fab715d72d6b1f2.tar.zst
nixpkgs-ae24e3e528c90aee944c5ca23fab715d72d6b1f2.zip
Add a few packages for Coq 8.18 and MathComp 2.0
Diffstat (limited to 'pkgs/development/coq-modules/mathcomp/default.nix')
-rw-r--r--pkgs/development/coq-modules/mathcomp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/coq-modules/mathcomp/default.nix b/pkgs/development/coq-modules/mathcomp/default.nix
index 3805089425d..6adcb3af7d5 100644
--- a/pkgs/development/coq-modules/mathcomp/default.nix
+++ b/pkgs/development/coq-modules/mathcomp/default.nix
@@ -20,8 +20,8 @@ let
   withDoc = single && (args.withDoc or false);
   defaultVersion = with versions; lib.switch coq.coq-version [
       { case = isGe "8.15"; out = "1.17.0"; }
-      { case = range "8.16" "8.17"; out = "2.0.0"; }
-      { case = range "8.13" "8.17"; out = "1.16.0"; }
+      { case = range "8.16" "8.18"; out = "2.0.0"; }
+      { case = range "8.13" "8.18"; out = "1.16.0"; }
       { case = range "8.14" "8.16"; out = "1.15.0"; }
       { case = range "8.11" "8.15"; out = "1.14.0"; }
       { case = range "8.11" "8.15"; out = "1.13.0"; }