about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/coqeal/default.nix
diff options
context:
space:
mode:
authorPierre Roux <pierre.roux@onera.fr>2024-01-18 16:21:28 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2024-01-19 10:46:00 +0100
commit49e703cde28bc7cbd3042d4709db9a21f9f84537 (patch)
tree363b55c1787c0f8dc86a94e2ef95c3a60609d044 /pkgs/development/coq-modules/coqeal/default.nix
parent8938b027694c3df872932b32650655e5c5815647 (diff)
downloadnixlib-49e703cde28bc7cbd3042d4709db9a21f9f84537.tar
nixlib-49e703cde28bc7cbd3042d4709db9a21f9f84537.tar.gz
nixlib-49e703cde28bc7cbd3042d4709db9a21f9f84537.tar.bz2
nixlib-49e703cde28bc7cbd3042d4709db9a21f9f84537.tar.lz
nixlib-49e703cde28bc7cbd3042d4709db9a21f9f84537.tar.xz
nixlib-49e703cde28bc7cbd3042d4709db9a21f9f84537.tar.zst
nixlib-49e703cde28bc7cbd3042d4709db9a21f9f84537.zip
Add Coqeal 2.0.1 and algebra-tactics 1.2.3
Diffstat (limited to 'pkgs/development/coq-modules/coqeal/default.nix')
-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 89e3411bc332..60926e712ad7 100644
--- a/pkgs/development/coq-modules/coqeal/default.nix
+++ b/pkgs/development/coq-modules/coqeal/default.nix
@@ -8,6 +8,7 @@
 
   inherit version;
   defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ]  [
+      { cases = [ (range "8.16" "8.19") (isGe "2.0.0") ]; out = "2.0.1"; }
       { cases = [ (range "8.16" "8.17") (isGe "2.0.0") ]; out = "2.0.0"; }
       { cases = [ (range "8.15" "8.18") (range "1.15.0" "1.18.0") ]; out = "1.1.3"; }
       { cases = [ (range "8.13" "8.17") (range "1.13.0" "1.18.0") ]; out = "1.1.1"; }
@@ -17,6 +18,7 @@
       { cases = [ (isGe "8.7") "1.10.0" ]; out = "1.0.3"; }
     ] null;
 
+  release."2.0.1".sha256 = "sha256-d/IQ4IdS2tpyPewcGobj2S6m2HU+iXQmlvR+ITNIcjI=";
   release."2.0.0".sha256 = "sha256-SG/KVnRJz2P+ZxkWVp1dDOnc/JVgigoexKfRUh1Y0GM";
   release."1.1.3".sha256 = "sha256-xhqWpg86xbU1GbDtXXInNCTArjjPnWZctWiiasq1ScU=";
   release."1.1.1".sha256 = "sha256-ExAdC3WuArNxS+Sa1r4x5aT7ylbCvP/BZXfkdQNAvZ8=";