We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a366f00 commit 681e984Copy full SHA for 681e984
pkgs/development/coq-modules/equations/default.nix
@@ -6,6 +6,7 @@
6
repo = "Coq-Equations";
7
inherit version;
8
defaultVersion = lib.switch coq.coq-version [
9
+ { case = "8.20"; out = "1.3.1+8.20"; }
10
{ case = "8.19"; out = "1.3+8.19"; }
11
{ case = "8.18"; out = "1.3+8.18"; }
12
{ case = "8.17"; out = "1.3+8.17"; }
@@ -63,6 +64,8 @@
63
64
release."1.3+8.18".sha256 = "sha256-8MZO9vWdr8wlAov0lBTYMnde0RuMyhaiM99zp7Zwfao=";
65
release."1.3+8.19".rev = "v1.3-8.19";
66
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=";
69
70
mlPlugin = true;
71
0 commit comments