ocamlPackages.eio: 0.13 → 0.14

https://github.com/ocaml-multicore/eio/releases/tag/v0.14
This commit is contained in:
toastal 2024-01-18 21:08:52 +07:00 committed by Vincent Laporte
parent cc0799f36e
commit 68d14ba2a5

View File

@ -1,6 +1,6 @@
{ lib
, ocaml
, version ? if lib.versionAtLeast ocaml.version "5.1" then "0.13" else "0.12"
, version ? if lib.versionAtLeast ocaml.version "5.1" then "0.14" else "0.12"
, buildDunePackage
, bigstringaf
, cstruct
@ -24,9 +24,9 @@ let
minimalOCamlVersion = "5.0";
hash = "sha256-2EhHzoX/t4ZBSWrSS+PGq1zCxohc7a1q4lfsrFnZJqA=";
};
"0.13" = {
"0.14" = {
minimalOCamlVersion = "5.1";
hash = "sha256-glN+4cWxgp/eggdhSk459WC9WCMyhBKQ7V73ZpHzr3A=";
hash = "sha256-UvhblH0+DecJQLW7qsDT54hB/qVkjnOvfYp1SrUchxs=";
};
}."${version}";
in