Loading pkgs/development/ocaml-modules/zmq/default.nix +3 −7 Original line number Diff line number Diff line Loading @@ -2,19 +2,15 @@ buildDunePackage rec { pname = "zmq"; version = "5.1.5"; duneVersion = "3"; version = "5.2.1"; src = fetchurl { url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-lwt-${version}.tbz"; sha256 = "sha256-mUfRPatLPFeSzWDwCIoFaVl85VkvDch4i6pOn3Kme1Y="; url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-${version}.tbz"; hash = "sha256-hVKfaTrUFqEBsv5hFB7JwsR630M0DKnqhB0QHpxcHKc="; }; buildInputs = [ czmq dune-configurator ]; propagatedBuildInputs = [ stdint ]; meta = { description = "ZeroMQ bindings for OCaml"; license = lib.licenses.mit; Loading pkgs/development/ocaml-modules/zmq/lwt.nix +2 −3 Original line number Diff line number Diff line { buildDunePackage, zmq, ocaml_lwt }: { buildDunePackage, zmq, lwt }: buildDunePackage { pname = "zmq-lwt"; inherit (zmq) version src meta; duneVersion = "3"; propagatedBuildInputs = [ zmq ocaml_lwt ]; propagatedBuildInputs = [ zmq lwt ]; } Loading
pkgs/development/ocaml-modules/zmq/default.nix +3 −7 Original line number Diff line number Diff line Loading @@ -2,19 +2,15 @@ buildDunePackage rec { pname = "zmq"; version = "5.1.5"; duneVersion = "3"; version = "5.2.1"; src = fetchurl { url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-lwt-${version}.tbz"; sha256 = "sha256-mUfRPatLPFeSzWDwCIoFaVl85VkvDch4i6pOn3Kme1Y="; url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-${version}.tbz"; hash = "sha256-hVKfaTrUFqEBsv5hFB7JwsR630M0DKnqhB0QHpxcHKc="; }; buildInputs = [ czmq dune-configurator ]; propagatedBuildInputs = [ stdint ]; meta = { description = "ZeroMQ bindings for OCaml"; license = lib.licenses.mit; Loading
pkgs/development/ocaml-modules/zmq/lwt.nix +2 −3 Original line number Diff line number Diff line { buildDunePackage, zmq, ocaml_lwt }: { buildDunePackage, zmq, lwt }: buildDunePackage { pname = "zmq-lwt"; inherit (zmq) version src meta; duneVersion = "3"; propagatedBuildInputs = [ zmq ocaml_lwt ]; propagatedBuildInputs = [ zmq lwt ]; }