Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Aug 14, 2024
1 parent 720ecbc commit 273285b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .nix/coq-overlays/coq-elpi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ let
{ case = "8.16"; out = { version = "1.17.0"; };}
{ case = "8.17"; out = { version = "1.17.0"; };}
{ case = "8.18"; out = { version = "1.18.1"; };}
{ case = "8.20"; out = { version = "1.19.2"; };}
{ case = "8.19"; out = { version = "1.19.4"; };}
{ case = "8.20"; out = { version = "1.19.4"; };}
] { version = "v1.19.4"; } );
in (mkCoqDerivation {
pname = "elpi";
Expand Down

0 comments on commit 273285b

Please sign in to comment.