We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d14a9 commit af64a86Copy full SHA for af64a86
pkgs/development/ocaml-modules/eio/default.nix
@@ -1,6 +1,6 @@
1
{ lib
2
, ocaml
3
-, version ? if lib.versionAtLeast ocaml.version "5.1" then "1.1" else "0.12"
+, version ? if lib.versionAtLeast ocaml.version "5.1" then "1.2" else "0.12"
4
, buildDunePackage
5
, bigstringaf
6
, cstruct
@@ -23,9 +23,9 @@ let
23
minimalOCamlVersion = "5.0";
24
hash = "sha256-2EhHzoX/t4ZBSWrSS+PGq1zCxohc7a1q4lfsrFnZJqA=";
25
};
26
- "1.1" = {
+ "1.2" = {
27
minimalOCamlVersion = "5.1";
28
- hash = "sha256-NGEEiEB38UCzV04drMwCISlgxu/reTyAPj5ri6/qD6s=";
+ hash = "sha256-N5LpEr2NSUuy449zCBgl5NISsZcM8sHxspZsqp/WvEA=";
29
30
}."${version}";
31
in
0 commit comments