Skip to content

Commit e09c5f4

Browse files
proux01vbgl
authored andcommitted
coqPackages.flocq: 4.2.0 -> 4.2.1
1 parent a69b193 commit e09c5f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ mkCoqDerivation {
1616
defaultVersion =
1717
with lib.versions;
1818
lib.switch coq.coq-version [
19+
{
20+
case = range "8.15" "9.0";
21+
out = "4.2.1";
22+
}
1923
{
2024
case = range "8.14" "8.20";
2125
out = "4.2.0";
@@ -41,6 +45,7 @@ mkCoqDerivation {
4145
out = "2.6.1";
4246
}
4347
] null;
48+
release."4.2.1".sha256 = "sha256-W5hcAm0GGmNsvre79/iGNcoBwFzStC4G177hZ3ds/4E=";
4449
release."4.2.0".sha256 = "sha256-uTeo4GCs6wTLN3sLKsj0xLlt1fUDYfozXtq6iooLUgM=";
4550
release."4.1.4".sha256 = "sha256-Use6Mlx79yef1CkCPyGoOItsD69B9KR+mQArCtmre4s=";
4651
release."4.1.3".sha256 = "sha256-os3cI885xNpxI+1p5rb8fSNnxKr7SFxqh83+3AM3t4I=";

0 commit comments

Comments
 (0)