ocamlPackages.eio: 1.0 -> 1.1
This commit is contained in:
parent
00c6ea7787
commit
22da5d3a05
@ -1,6 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, ocaml
|
, ocaml
|
||||||
, version ? if lib.versionAtLeast ocaml.version "5.1" then "1.0" else "0.12"
|
, version ? if lib.versionAtLeast ocaml.version "5.1" then "1.1" else "0.12"
|
||||||
, buildDunePackage
|
, buildDunePackage
|
||||||
, bigstringaf
|
, bigstringaf
|
||||||
, cstruct
|
, cstruct
|
||||||
@ -24,9 +24,9 @@ let
|
|||||||
minimalOCamlVersion = "5.0";
|
minimalOCamlVersion = "5.0";
|
||||||
hash = "sha256-2EhHzoX/t4ZBSWrSS+PGq1zCxohc7a1q4lfsrFnZJqA=";
|
hash = "sha256-2EhHzoX/t4ZBSWrSS+PGq1zCxohc7a1q4lfsrFnZJqA=";
|
||||||
};
|
};
|
||||||
"1.0" = {
|
"1.1" = {
|
||||||
minimalOCamlVersion = "5.1";
|
minimalOCamlVersion = "5.1";
|
||||||
hash = "sha256-2iYNnaOLPd6fMWZSogsTomHPkLhaJJisZpt9Vk5hlC0=";
|
hash = "sha256-NGEEiEB38UCzV04drMwCISlgxu/reTyAPj5ri6/qD6s=";
|
||||||
};
|
};
|
||||||
}."${version}";
|
}."${version}";
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user