about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPierre Roux <pierre.roux@onera.fr>2023-12-19 13:54:37 +0100
committerPierre Roux <pierre.roux@onera.fr>2023-12-19 14:41:20 +0100
commitd77d8f69f716dc5397234d795d7b3109910c2e04 (patch)
tree34257458f1a4c674f049156ae3dc79b8a7e8556d /pkgs/development
parent5fff7f40788a9fc09f7e8cf5ba54d100754d4ba0 (diff)
downloadnixlib-d77d8f69f716dc5397234d795d7b3109910c2e04.tar
nixlib-d77d8f69f716dc5397234d795d7b3109910c2e04.tar.gz
nixlib-d77d8f69f716dc5397234d795d7b3109910c2e04.tar.bz2
nixlib-d77d8f69f716dc5397234d795d7b3109910c2e04.tar.lz
nixlib-d77d8f69f716dc5397234d795d7b3109910c2e04.tar.xz
nixlib-d77d8f69f716dc5397234d795d7b3109910c2e04.tar.zst
nixlib-d77d8f69f716dc5397234d795d7b3109910c2e04.zip
coq_8_19: init at 8.19+rc1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/coq-modules/mathcomp/default.nix2
-rw-r--r--pkgs/development/coq-modules/pocklington/default.nix2
2 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 f95f1d425ea8..43bee68e7b5e 100644
--- a/pkgs/development/coq-modules/mathcomp/default.nix
+++ b/pkgs/development/coq-modules/mathcomp/default.nix
@@ -19,7 +19,7 @@ let
   owner = "math-comp";
   withDoc = single && (args.withDoc or false);
   defaultVersion = with versions; lib.switch coq.coq-version [
-      { case = isGe "8.17"; out = "1.18.0"; }
+      { case = range "8.17" "8.18"; out = "1.18.0"; }
       { case = range "8.15" "8.18"; out = "1.17.0"; }
       { case = range "8.16" "8.18"; out = "2.1.0"; }
       { case = range "8.16" "8.18"; out = "2.0.0"; }
diff --git a/pkgs/development/coq-modules/pocklington/default.nix b/pkgs/development/coq-modules/pocklington/default.nix
index a9e0d43a5a7a..1ee80e9a4b6e 100644
--- a/pkgs/development/coq-modules/pocklington/default.nix
+++ b/pkgs/development/coq-modules/pocklington/default.nix
@@ -9,7 +9,7 @@ mkCoqDerivation {
 
   inherit version;
   defaultVersion = with lib.versions; lib.switch coq.coq-version [
-    { case = isGe "8.7"; out = "8.12.0"; }
+    { case = range "8.7" "8.18"; out = "8.12.0"; }
   ] null;
 
   meta = with lib; {