Skip to content

Commit 373763f

Browse files
proux01vbgl
authored andcommitted
coqPackages.vcfloat: 2.2 -> 2.3
1 parent ece0ac9 commit 373763f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ let
2121
defaultVersion =
2222
with lib.versions;
2323
lib.switch coq.coq-version [
24+
{
25+
case = isEq "8.20";
26+
out = "2.3";
27+
}
2428
{
2529
case = isEq "8.19";
2630
out = "2.2";
@@ -30,6 +34,7 @@ let
3034
out = "2.1.1";
3135
}
3236
] null;
37+
release."2.3".sha256 = "sha256-fV7w/kYTpcBxrHFzEvx+eydDHbGH05/seucrgSjKK3w=";
3338
release."2.2".sha256 = "sha256-PyMm84ZYh+dOnl8Kk2wlYsQ+S/d1Hsp6uv2twTedEPg=";
3439
release."2.1.1".sha256 = "sha256-bd/XSQhyFUAnSm2bhZEZBWB6l4/Ptlm9JrWu6w9BOpw=";
3540
releaseRev = v: "v${v}";

0 commit comments

Comments
 (0)