about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2024-03-11 08:47:40 +0100
committerGitHub <noreply@github.com>2024-03-11 08:47:40 +0100
commitf692e9963d4d3a41e636ceacfc8d8e47ce7bd6fd (patch)
tree021d8ba752f84aeed67b055d9b542e0345d5a3dd
parent7cde12b357ce1c925616a8968518ba1423080b80 (diff)
parent998959464d6751ab6314ae16109505bf65bd9265 (diff)
Merge pull request #294918 from toastal/ocaml-eio-1.0
ocamlPackages.eio: 0.15 → 1.0
-rw-r--r--pkgs/development/ocaml-modules/eio/default.nix6
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 dcffdd7dbe48b..0eafead13cf10 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 "0.15" else "0.12"
+, version ? if lib.versionAtLeast ocaml.version "5.1" then "1.0" else "0.12"
 , buildDunePackage
 , bigstringaf
 , cstruct
@@ -24,9 +24,9 @@ let
       minimalOCamlVersion = "5.0";
       hash = "sha256-2EhHzoX/t4ZBSWrSS+PGq1zCxohc7a1q4lfsrFnZJqA=";
     };
-    "0.15" = {
+    "1.0" = {
       minimalOCamlVersion = "5.1";
-      hash = "sha256-gH7O8zfdqEmwXT29F6ko5vXGNudusV4iE2Z8kRJ3GKc=";
+      hash = "sha256-2iYNnaOLPd6fMWZSogsTomHPkLhaJJisZpt9Vk5hlC0=";
     };
   }."${version}";
 in