about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/hierarchy-builder
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-07-24 17:07:21 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-07-26 16:32:49 +0200
commitda15d8f43e4252a6b3afd9405c220e712209da01 (patch)
tree30b85108354c9378d487ba74878350272efc0194 /pkgs/development/coq-modules/hierarchy-builder
parent2c722ef04f252239154adc3ecf0c593308de809c (diff)
coqPackages.hierarchy-builder: enable for Coq 8.16
Diffstat (limited to 'pkgs/development/coq-modules/hierarchy-builder')
-rw-r--r--pkgs/development/coq-modules/hierarchy-builder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/hierarchy-builder/default.nix b/pkgs/development/coq-modules/hierarchy-builder/default.nix
index 3eb5b4d476f5f..bd836d979c454 100644
--- a/pkgs/development/coq-modules/hierarchy-builder/default.nix
+++ b/pkgs/development/coq-modules/hierarchy-builder/default.nix
@@ -5,7 +5,7 @@ with lib; let hb = mkCoqDerivation {
   owner = "math-comp";
   inherit version;
   defaultVersion = with versions; switch coq.coq-version [
-    { case = isEq "8.15"; out = "1.2.1"; }
+    { case = range "8.15" "8.16"; out = "1.2.1"; }
     { case = range "8.13" "8.14"; out = "1.2.0"; }
     { case = range "8.12" "8.13"; out = "1.1.0"; }
     { case = isEq "8.11";         out = "0.10.0"; }