Skip to content

Commit 2c94411

Browse files
authored
Merge pull request #500 from proux01/ci-update
[CI] Update Nix toolbox
2 parents cff31d3 + 06a7096 commit 2c94411

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nix/config.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
"coq-8.20".coqPackages = mcHBcommon // {
3636
coq.override.version = "8.20";
37-
ocamlPackages = { elpi.override.version = "2.0.7"; };
3837
};
3938

4039
"coq-8.19".coqPackages = mcHBcommon // {

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"fb3515feec422e546de863ad0101e2a51ec9b8db"
1+
"a24e6f4fb01d4ca0811dc8d16246cfe36b37ac52"

.nix/coq-overlays/coq-elpi/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ in
8181
defaultVersion = lib.switch coq.coq-version [
8282
{
8383
case = "8.20";
84-
out = "2.2.0";
84+
out = "2.4.0";
8585
}
8686
{
8787
case = "8.19";
@@ -120,6 +120,7 @@ in
120120
out = "1.6.3_8.11";
121121
}
122122
] null;
123+
release."2.4.0".sha256 = "sha256-W2+vVGExLLux8e0nSZESSoMVvrLxhL6dmXkb+JuKiqc=";
123124
release."2.2.0".sha256 = "sha256-rADEoqTXM7/TyYkUKsmCFfj6fjpWdnZEOK++5oLfC/I=";
124125
release."2.0.1".sha256 = "sha256-cuoPsEJ+JRLVc9Golt2rJj4P7lKltTrrmQijjoViooc=";
125126
release."2.0.0".sha256 = "sha256-A/cH324M21k3SZ7+YWXtaYEbu6dZQq3K0cb1RMKjbsM=";

0 commit comments

Comments
 (0)