Skip to content

Commit 31356d7

Browse files
committed
ocamlPackages.elpi: 1.20.0 → 2.0.5
1 parent e3f9406 commit 31356d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/development/ocaml-modules/elpi/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88
, ppxlib, ppx_deriving
99
, ppxlib_0_15, ppx_deriving_0_15
1010
, coqPackages
11-
, version ? if lib.versionAtLeast ocaml.version "4.08" then "1.20.0"
11+
, version ? if lib.versionAtLeast ocaml.version "4.13" then "2.0.5"
12+
else if lib.versionAtLeast ocaml.version "4.08" then "1.20.0"
1213
else "1.15.2"
1314
}:
1415

1516
let p5 = camlp5; in
1617
let camlp5 = p5.override { legacy = true; }; in
1718

1819
let fetched = coqPackages.metaFetch ({
20+
release."2.0.5".sha256 = "sha256-cHgERFqrfSg5WtUX3UxR6L+QkzS7+t6n4V+wweiEacc=";
1921
release."1.20.0".sha256 = "sha256-lctZAIQgOg5d+LfILtWsBVcsemV3zTZYfJfDlCxHtcA=";
2022
release."1.19.2".sha256 = "sha256-dBj5Ek7PWq/8Btq/dggJUqa8cUtfvbi6EWo/lJEDOU4=";
2123
release."1.18.2".sha256 = "sha256-usOYukHQ/h4YBxlhYrAkMTVjNm97hq4IArI9bvDzy/k=";

0 commit comments

Comments
 (0)