summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-07-19 10:06:23 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2024-07-23 06:47:20 +0200
commit681e984f8e3d66f4fd8a94ea28bb7a8b87b27216 (patch)
treec5fa2430ebed3302b1343e72a7e993aecfb3313b
parentMerge pull request #329058 from ExpidusOS/feat/llvm-git-2024-07-21 (diff)
downloadnixpkgs-681e984f8e3d66f4fd8a94ea28bb7a8b87b27216.tar.gz
coqPackages.equations: 1.3.1 for Coq 8.20
-rw-r--r--pkgs/development/coq-modules/equations/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/coq-modules/equations/default.nix b/pkgs/development/coq-modules/equations/default.nix
index 83662720c7f7..b517d16ab2d4 100644
--- a/pkgs/development/coq-modules/equations/default.nix
+++ b/pkgs/development/coq-modules/equations/default.nix
@@ -6,6 +6,7 @@
repo = "Coq-Equations";
inherit version;
defaultVersion = lib.switch coq.coq-version [
+ { case = "8.20"; out = "1.3.1+8.20"; }
{ case = "8.19"; out = "1.3+8.19"; }
{ case = "8.18"; out = "1.3+8.18"; }
{ case = "8.17"; out = "1.3+8.17"; }
@@ -63,6 +64,8 @@
release."1.3+8.18".sha256 = "sha256-8MZO9vWdr8wlAov0lBTYMnde0RuMyhaiM99zp7Zwfao=";
release."1.3+8.19".rev = "v1.3-8.19";
release."1.3+8.19".sha256 = "sha256-roBCWfAHDww2Z2JbV5yMI3+EOfIsv3WvxEcUbBiZBsk=";
+ release."1.3.1+8.20".rev = "v1.3.1-8.20";
+ release."1.3.1+8.20".sha256 = "sha256-u8LB1KiACM5zVaoL7dSdHYvZgX7pf30VuqtjLLGuTzc=";
mlPlugin = true;