Skip to content

Commit 170e5ef

Browse files
authored
ocamlPackages.ppxlib: 0.32.1 → 0.33.0 (#352148)
2 parents 0bf0c12 + bc7e643 commit 170e5ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if lib.versionAtLeast ocaml.version "4.07"
44
then if lib.versionAtLeast ocaml.version "4.08"
55
then if lib.versionAtLeast ocaml.version "4.11"
6-
then "0.32.1" else "0.24.0" else "0.15.0" else "0.13.0"
6+
then "0.33.0" else "0.24.0" else "0.15.0" else "0.13.0"
77
, ocaml-compiler-libs, ocaml-migrate-parsetree, ppx_derivers, stdio
88
, stdlib-shims, ocaml-migrate-parsetree-2
99
}:
@@ -67,6 +67,10 @@ let param = {
6767
sha256 = "sha256-nbrYvLHItPPfP1i8pgpe0j2GUx8No0tBlshr1YXAnX8=";
6868
min_version = "4.07";
6969
};
70+
"0.33.0" = {
71+
sha256 = "sha256-/6RO9VHyO3XiHb1pijAxBDE4Gq8UC5/kuBwucKLSxjo=";
72+
min_version = "4.07";
73+
};
7074
}."${version}"; in
7175

7276
if param ? max_version && lib.versionAtLeast ocaml.version param.max_version

0 commit comments

Comments
 (0)