Skip to content

Commit af64a86

Browse files
toastalvbgl
authored andcommitted
ocamlPackages.eio: 1.1 → 1.2
1 parent 12d14a9 commit af64a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ lib
22
, ocaml
3-
, version ? if lib.versionAtLeast ocaml.version "5.1" then "1.1" else "0.12"
3+
, version ? if lib.versionAtLeast ocaml.version "5.1" then "1.2" else "0.12"
44
, buildDunePackage
55
, bigstringaf
66
, cstruct
@@ -23,9 +23,9 @@ let
2323
minimalOCamlVersion = "5.0";
2424
hash = "sha256-2EhHzoX/t4ZBSWrSS+PGq1zCxohc7a1q4lfsrFnZJqA=";
2525
};
26-
"1.1" = {
26+
"1.2" = {
2727
minimalOCamlVersion = "5.1";
28-
hash = "sha256-NGEEiEB38UCzV04drMwCISlgxu/reTyAPj5ri6/qD6s=";
28+
hash = "sha256-N5LpEr2NSUuy449zCBgl5NISsZcM8sHxspZsqp/WvEA=";
2929
};
3030
}."${version}";
3131
in

0 commit comments

Comments
 (0)