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 2085f63 commit 297c1beCopy full SHA for 297c1be
pkgs/development/coq-modules/corn/default.nix
@@ -14,6 +14,10 @@
14
defaultVersion =
15
with lib.versions;
16
lib.switch coq.coq-version [
17
+ {
18
+ case = (range "8.18" "8.20");
19
+ out = "8.20.0";
20
+ }
21
{
22
case = (range "8.17" "8.20");
23
out = "8.19.0";
@@ -42,6 +46,7 @@
42
46
"8.16.0".sha256 = "sha256-ZE/EEIndxHfo/9Me5NX4ZfcH0ZAQ4sRfZY7LRZfLXBQ=";
43
47
"8.18.0".sha256 = "sha256-ow3mfarZ1PvBGf5WLnI8LdF3E+8A6fN7cOcXHrZJLo0=";
44
48
"8.19.0".sha256 = "sha256-h5MlfRuv2hTbxGmpLUEGQO1YqQTwUNEHZzCfvdOU1TA=";
49
+ "8.20.0".sha256 = "sha256-tl68REU6xTbSOzhPucQPd9A3YnnaMNbSY8gl4Seyp10=";
45
50
};
51
52
configureScript = "./configure.sh";
0 commit comments