lol

ocamlPackages.lwt: 5.6.1 → 5.7.0

+2 -9
+2 -9
pkgs/development/ocaml-modules/lwt/default.nix
··· 4 4 5 5 buildDunePackage rec { 6 6 pname = "lwt"; 7 - version = "5.6.1"; 7 + version = "5.7.0"; 8 8 9 9 minimalOCamlVersion = "4.08"; 10 10 ··· 12 12 owner = "ocsigen"; 13 13 repo = "lwt"; 14 14 rev = version; 15 - sha256 = "sha256-XstKs0tMwliCyXnP0Vzi5WC27HKJGnATUYtbbQmH1TE="; 15 + hash = "sha256-o0wPK6dPdnsr/LzwcSwbIGcL85wkDjdFuEcAxuS/UEs="; 16 16 }; 17 - 18 - postPatch = lib.optionalString (lib.versionAtLeast ocaml.version "5.0") '' 19 - substituteInPlace src/core/dune \ 20 - --replace "(libraries bytes)" "" 21 - substituteInPlace src/unix/dune \ 22 - --replace "libraries bigarray lwt" "libraries lwt" 23 - ''; 24 17 25 18 nativeBuildInputs = [ cppo ]; 26 19 buildInputs = [ dune-configurator ];