about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-09-08 18:06:41 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2022-09-08 18:06:41 +0200
commitbdc09cc2e13b256075f67d83b03f75282050f412 (patch)
treecfc0d32ed5e40fe788d1a26e6c3759750a20ab9b /pkgs/development
parentac447c9772f07eded4dde3da36d1110c2aad1e53 (diff)
coqPackages.gaia-hydras: enable for Coq 8.16
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/coq-modules/gaia-hydras/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/gaia-hydras/default.nix b/pkgs/development/coq-modules/gaia-hydras/default.nix
index d4bcaa8ef81f2..ce254aff78bb4 100644
--- a/pkgs/development/coq-modules/gaia-hydras/default.nix
+++ b/pkgs/development/coq-modules/gaia-hydras/default.nix
@@ -11,7 +11,7 @@ with lib; mkCoqDerivation rec {
 
   inherit version;
   defaultVersion = with versions; switch [coq.coq-version mathcomp.version] [
-    { cases = [ (range "8.14" "8.15") (isGe "1.12.0") ]; out = "0.6"; }
+    { cases = [ (range "8.14" "8.16") (isGe "1.12.0") ]; out = "0.6"; }
     { cases = [ (range "8.13" "8.14") (isGe "1.12.0") ]; out = "0.5"; }
   ] null;