Skip to content

Commit

Permalink
nix
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Nov 28, 2024
1 parent 8727a8d commit 4a2039a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let master = [
coq.override.version = "8.20";
};
ocamlPackages = {
elpi.override.version = "v2.0.2";
elpi.override.version = "v2.0.3";
};
};

Expand All @@ -42,7 +42,7 @@ let master = [
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
};
ocamlPackages = {
elpi.override.version = "v2.0.2";
elpi.override.version = "v2.0.3";
};
};

Expand All @@ -54,7 +54,7 @@ let master = [
ocamlPackages = {
# when updating this, don't forget to update dune-project
# then use it to regenerate coq-elpi.opam
elpi.override.version = "v2.0.2";
elpi.override.version = "v2.0.3";
};
};

Expand Down

0 comments on commit 4a2039a

Please sign in to comment.