summary refs log tree commit diff
path: root/pkgs/development/coq-modules/category-theory/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-05-07 07:29:25 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2022-05-07 07:29:25 +0200
commit4847e4382c9ae9691bf1f20d32c4c64c44a7e3b3 (patch)
tree6d71224cdc09af89cc4f6e96386a1e495680595a /pkgs/development/coq-modules/category-theory/default.nix
parentd317484de16e4446c2771826c6eb1d853eb0297d (diff)
downloadnixpkgs-4847e4382c9ae9691bf1f20d32c4c64c44a7e3b3.tar
nixpkgs-4847e4382c9ae9691bf1f20d32c4c64c44a7e3b3.tar.gz
nixpkgs-4847e4382c9ae9691bf1f20d32c4c64c44a7e3b3.tar.bz2
nixpkgs-4847e4382c9ae9691bf1f20d32c4c64c44a7e3b3.tar.lz
nixpkgs-4847e4382c9ae9691bf1f20d32c4c64c44a7e3b3.tar.xz
nixpkgs-4847e4382c9ae9691bf1f20d32c4c64c44a7e3b3.tar.zst
nixpkgs-4847e4382c9ae9691bf1f20d32c4c64c44a7e3b3.zip
coqPackages.category-theory: enable with Coq 8.15
Diffstat (limited to 'pkgs/development/coq-modules/category-theory/default.nix')
-rw-r--r--pkgs/development/coq-modules/category-theory/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/category-theory/default.nix b/pkgs/development/coq-modules/category-theory/default.nix
index ae3f7e809fb..7cff9ddef4b 100644
--- a/pkgs/development/coq-modules/category-theory/default.nix
+++ b/pkgs/development/coq-modules/category-theory/default.nix
@@ -16,7 +16,7 @@ with lib; mkCoqDerivation {
 
   inherit version;
   defaultVersion = with versions; switch coq.coq-version [
-    { case = range "8.10" "8.14"; out = "20211213"; }
+    { case = range "8.10" "8.15"; out = "20211213"; }
     { case = range "8.8" "8.9"; out = "20190414"; }
     { case = range "8.6" "8.7"; out = "20180709"; }
   ] null;