From 510428b8d2444e231dc1e6212292b99ba3d401a1 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 21 Apr 2022 06:37:46 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.ocsigen-start:=204.5.0=20?= =?UTF-8?q?=E2=86=92=206.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/ocsigen-start/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/ocsigen-start/default.nix b/pkgs/development/ocaml-modules/ocsigen-start/default.nix index 4f439733740..1df74b9036d 100644 --- a/pkgs/development/ocaml-modules/ocsigen-start/default.nix +++ b/pkgs/development/ocaml-modules/ocsigen-start/default.nix @@ -2,13 +2,15 @@ , cohttp-lwt-unix, eliom , resource-pooling , ocamlnet +, ocsigen-ppx-rpc }: stdenv.mkDerivation rec { pname = "ocaml${ocaml.version}-ocsigen-start"; - version = "4.5.0"; + version = "6.0.1"; nativeBuildInputs = [ ocaml findlib eliom ]; + buildInputs = [ ocsigen-ppx-rpc ]; propagatedBuildInputs = [ pgocaml_ppx safepass ocsigen-toolkit yojson resource-pooling cohttp-lwt-unix ocamlnet ]; strictDeps = true; @@ -19,7 +21,7 @@ stdenv.mkDerivation rec { owner = "ocsigen"; repo = "ocsigen-start"; rev = version; - sha256 = "sha256:1n94r8rbkzxbgcz5w135n6f2cwpc91bdvf7yslcdq4cn713rncmq"; + sha256 = "sha256:097bjaxvb1canilmqr8ay3ihig2msq7z8mi0g0rnbciikj1jsrym"; }; preInstall = ''