Skip to content

Commit ee76019

Browse files
committed
nix
1 parent e541ca3 commit ee76019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ with builtins; with lib; let
1010
{ case = "8.16"; out = { version = "1.17.0"; };}
1111
{ case = "8.17"; out = { version = "1.17.0"; };}
1212
{ case = "8.18"; out = { version = "v1.18.1"; };}
13-
{ case = "8.19"; out = { version = "v1.18.1"; };}
13+
{ case = "8.19"; out = { version = "v1.18.2"; };}
1414
] {} );
1515
in mkCoqDerivation {
1616
pname = "elpi";

0 commit comments

Comments
 (0)