diff options
| author | โทสตัล <toastal@posteo.net> | 2024-11-23 20:25:03 +0700 |
|---|---|---|
| committer | Vincent Laporte <vbgl@users.noreply.github.com> | 2024-11-25 17:30:08 +0100 |
| commit | af64a865e434a266032beabaaa1e00222cc16d8e (patch) | |
| tree | de4f8f68727446fdb4ecdafc54c95e42bb39d930 | |
| parent | openutau: bump dotnet version 7 -> 8 (#340611) (diff) | |
| download | nixpkgs-af64a865e434a266032beabaaa1e00222cc16d8e.tar.gz | |
ocamlPackages.eio: 1.1 → 1.2
| -rw-r--r-- | pkgs/development/ocaml-modules/eio/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/eio/default.nix b/pkgs/development/ocaml-modules/eio/default.nix index 3b3c728fb0c3..422f3449f1e6 100644 --- a/pkgs/development/ocaml-modules/eio/default.nix +++ b/pkgs/development/ocaml-modules/eio/default.nix @@ -1,6 +1,6 @@ { 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 @@ -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 |
