Skip to content

Commit 297c1be

Browse files
proux01vbgl
authored andcommitted
coqPackages.corn: 8.19 -> 8.20
1 parent 2085f63 commit 297c1be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
defaultVersion =
1515
with lib.versions;
1616
lib.switch coq.coq-version [
17+
{
18+
case = (range "8.18" "8.20");
19+
out = "8.20.0";
20+
}
1721
{
1822
case = (range "8.17" "8.20");
1923
out = "8.19.0";
@@ -42,6 +46,7 @@
4246
"8.16.0".sha256 = "sha256-ZE/EEIndxHfo/9Me5NX4ZfcH0ZAQ4sRfZY7LRZfLXBQ=";
4347
"8.18.0".sha256 = "sha256-ow3mfarZ1PvBGf5WLnI8LdF3E+8A6fN7cOcXHrZJLo0=";
4448
"8.19.0".sha256 = "sha256-h5MlfRuv2hTbxGmpLUEGQO1YqQTwUNEHZzCfvdOU1TA=";
49+
"8.20.0".sha256 = "sha256-tl68REU6xTbSOzhPucQPd9A3YnnaMNbSY8gl4Seyp10=";
4550
};
4651

4752
configureScript = "./configure.sh";

0 commit comments

Comments
 (0)