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 a69b193 commit e09c5f4Copy full SHA for e09c5f4
pkgs/development/coq-modules/flocq/default.nix
@@ -16,6 +16,10 @@ mkCoqDerivation {
16
defaultVersion =
17
with lib.versions;
18
lib.switch coq.coq-version [
19
+ {
20
+ case = range "8.15" "9.0";
21
+ out = "4.2.1";
22
+ }
23
{
24
case = range "8.14" "8.20";
25
out = "4.2.0";
@@ -41,6 +45,7 @@ mkCoqDerivation {
41
45
out = "2.6.1";
42
46
}
43
47
] null;
48
+ release."4.2.1".sha256 = "sha256-W5hcAm0GGmNsvre79/iGNcoBwFzStC4G177hZ3ds/4E=";
44
49
release."4.2.0".sha256 = "sha256-uTeo4GCs6wTLN3sLKsj0xLlt1fUDYfozXtq6iooLUgM=";
50
release."4.1.4".sha256 = "sha256-Use6Mlx79yef1CkCPyGoOItsD69B9KR+mQArCtmre4s=";
51
release."4.1.3".sha256 = "sha256-os3cI885xNpxI+1p5rb8fSNnxKr7SFxqh83+3AM3t4I=";
0 commit comments