File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
pkgs/development/ocaml-modules/elpi Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
1516let p5 = camlp5 ; in
1617let camlp5 = p5 . override { legacy = true ; } ; in
1718
1819let 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=" ;
You can’t perform that action at this time.
0 commit comments