about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/coqeal
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-08-06 11:42:07 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-08-06 11:42:07 +0200
commit49a6254362cf5c2ce6c23c3f1eb3fec71ead6c61 (patch)
treef90f7f8148d22009951ac2ffeffce456793cf104 /pkgs/development/coq-modules/coqeal
parent9994d6d607a711f45fd62e192fac240c92b41d3e (diff)
coqPackages.coqeal: 1.0.5 → 1.0.6
Diffstat (limited to 'pkgs/development/coq-modules/coqeal')
-rw-r--r--pkgs/development/coq-modules/coqeal/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/coq-modules/coqeal/default.nix b/pkgs/development/coq-modules/coqeal/default.nix
index 615c200c633e7..7c3470fb4b723 100644
--- a/pkgs/development/coq-modules/coqeal/default.nix
+++ b/pkgs/development/coq-modules/coqeal/default.nix
@@ -7,11 +7,13 @@ with lib; mkCoqDerivation {
   owner = "CoqEAL";
   inherit version;
   defaultVersion = with versions; switch [ coq.version mathcomp.version ]  [
+      { cases = [ (isGe "8.10") "1.12.0" ]; out = "1.0.6"; }
       { cases = [ (isGe "8.10") (range "1.11.0" "1.12.0") ]; out = "1.0.5"; }
       { cases = [ (isGe "8.7") "1.11.0" ]; out = "1.0.4"; }
       { cases = [ (isGe "8.7") "1.10.0" ]; out = "1.0.3"; }
     ] null;
 
+  release."1.0.6".sha256 = "0lqkyfj4qbq8wr3yk8qgn7mclw582n3fjl9l19yp8cnchspzywx0";
   release."1.0.5".sha256 = "0cmvky8glb5z2dy3q62aln6qbav4lrf2q1589f6h1gn5bgjrbzkm";
   release."1.0.4".sha256 = "1g5m26lr2lwxh6ld2gykailhay4d0ayql4bfh0aiwqpmmczmxipk";
   release."1.0.3".sha256 = "0hc63ny7phzbihy8l7wxjvn3haxx8jfnhi91iw8hkq8n29i23v24";