Skip to content

Commit 681e984

Browse files
committed
coqPackages.equations: 1.3.1 for Coq 8.20
1 parent a366f00 commit 681e984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/coq-modules/equations/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
repo = "Coq-Equations";
77
inherit version;
88
defaultVersion = lib.switch coq.coq-version [
9+
{ case = "8.20"; out = "1.3.1+8.20"; }
910
{ case = "8.19"; out = "1.3+8.19"; }
1011
{ case = "8.18"; out = "1.3+8.18"; }
1112
{ case = "8.17"; out = "1.3+8.17"; }
@@ -63,6 +64,8 @@
6364
release."1.3+8.18".sha256 = "sha256-8MZO9vWdr8wlAov0lBTYMnde0RuMyhaiM99zp7Zwfao=";
6465
release."1.3+8.19".rev = "v1.3-8.19";
6566
release."1.3+8.19".sha256 = "sha256-roBCWfAHDww2Z2JbV5yMI3+EOfIsv3WvxEcUbBiZBsk=";
67+
release."1.3.1+8.20".rev = "v1.3.1-8.20";
68+
release."1.3.1+8.20".sha256 = "sha256-u8LB1KiACM5zVaoL7dSdHYvZgX7pf30VuqtjLLGuTzc=";
6669

6770
mlPlugin = true;
6871

0 commit comments

Comments
 (0)