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 e541ca3 commit ee76019Copy full SHA for ee76019
.nix/coq-overlays/coq-elpi/default.nix
@@ -10,7 +10,7 @@ with builtins; with lib; let
10
{ case = "8.16"; out = { version = "1.17.0"; };}
11
{ case = "8.17"; out = { version = "1.17.0"; };}
12
{ case = "8.18"; out = { version = "v1.18.1"; };}
13
- { case = "8.19"; out = { version = "v1.18.1"; };}
+ { case = "8.19"; out = { version = "v1.18.2"; };}
14
] {} );
15
in mkCoqDerivation {
16
pname = "elpi";
0 commit comments