Loading pkgs/development/ocaml-modules/eio/default.nix +3 −3 Original line number Diff line number Diff line { lib , ocaml , 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" , buildDunePackage , bigstringaf , cstruct Loading @@ -23,9 +23,9 @@ let minimalOCamlVersion = "5.0"; hash = "sha256-2EhHzoX/t4ZBSWrSS+PGq1zCxohc7a1q4lfsrFnZJqA="; }; "1.1" = { "1.2" = { minimalOCamlVersion = "5.1"; hash = "sha256-NGEEiEB38UCzV04drMwCISlgxu/reTyAPj5ri6/qD6s="; hash = "sha256-N5LpEr2NSUuy449zCBgl5NISsZcM8sHxspZsqp/WvEA="; }; }."${version}"; in Loading Loading
pkgs/development/ocaml-modules/eio/default.nix +3 −3 Original line number Diff line number Diff line { lib , ocaml , 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" , buildDunePackage , bigstringaf , cstruct Loading @@ -23,9 +23,9 @@ let minimalOCamlVersion = "5.0"; hash = "sha256-2EhHzoX/t4ZBSWrSS+PGq1zCxohc7a1q4lfsrFnZJqA="; }; "1.1" = { "1.2" = { minimalOCamlVersion = "5.1"; hash = "sha256-NGEEiEB38UCzV04drMwCISlgxu/reTyAPj5ri6/qD6s="; hash = "sha256-N5LpEr2NSUuy449zCBgl5NISsZcM8sHxspZsqp/WvEA="; }; }."${version}"; in Loading