Loading pkgs/development/ocaml-modules/janestreet/0.17.nix +27 −15 Original line number Diff line number Diff line Loading @@ -2100,9 +2100,9 @@ with self; ]; }; streamable = janePackage { streamable = janePackage ( { pname = "streamable"; hash = "sha256-FtrAX4nsacCO5HTVxwLgwwT8R2sASJ05qu4gT2ZVSDg="; meta.description = "Collection of types suitable for incremental serialization"; propagatedBuildInputs = [ async_kernel Loading @@ -2113,8 +2113,20 @@ with self; ppx_jane ppxlib ]; meta.broken = lib.versionAtLeast ppxlib.version "0.36"; }; } // ( if lib.versionAtLeast ppxlib.version "0.36" then { version = "0.17.1"; hash = "sha256-3d7tByQCOfA44wSBKbHXDvyomenWVaEDMHujlK++n8Y="; } else { version = "0.17.0"; hash = "sha256-FtrAX4nsacCO5HTVxwLgwwT8R2sASJ05qu4gT2ZVSDg="; } ) ); textutils = janePackage { pname = "textutils"; Loading Loading
pkgs/development/ocaml-modules/janestreet/0.17.nix +27 −15 Original line number Diff line number Diff line Loading @@ -2100,9 +2100,9 @@ with self; ]; }; streamable = janePackage { streamable = janePackage ( { pname = "streamable"; hash = "sha256-FtrAX4nsacCO5HTVxwLgwwT8R2sASJ05qu4gT2ZVSDg="; meta.description = "Collection of types suitable for incremental serialization"; propagatedBuildInputs = [ async_kernel Loading @@ -2113,8 +2113,20 @@ with self; ppx_jane ppxlib ]; meta.broken = lib.versionAtLeast ppxlib.version "0.36"; }; } // ( if lib.versionAtLeast ppxlib.version "0.36" then { version = "0.17.1"; hash = "sha256-3d7tByQCOfA44wSBKbHXDvyomenWVaEDMHujlK++n8Y="; } else { version = "0.17.0"; hash = "sha256-FtrAX4nsacCO5HTVxwLgwwT8R2sASJ05qu4gT2ZVSDg="; } ) ); textutils = janePackage { pname = "textutils"; Loading