ocamlPackages.ocsigenserver: 5.1.2 → 6.0.0

ocamlPackages.eliom: 10.4.1 → 11.0.0
This commit is contained in:
Vincent Laporte 2024-09-09 06:37:36 +02:00 committed by Vincent Laporte
parent 12a58efb2c
commit 5fc3cb3ca0
2 changed files with 6 additions and 6 deletions

View File

@ -17,13 +17,13 @@
buildDunePackage rec {
pname = "eliom";
version = "10.4.1";
version = "11.0.0";
src = fetchFromGitHub {
owner = "ocsigen";
repo = "eliom";
rev = version;
hash = "sha256-j4t6GEd8hYyM87b9XvgcnaV9XMkouz6+v0SYW22/bqg=";
hash = "sha256-RgIK3xkKdX+zOurhML4370rsO4blJrWoEla09Nfe9Mw=";
};
nativeBuildInputs = [

View File

@ -1,6 +1,6 @@
{ lib, buildDunePackage, fetchFromGitHub, which, ocaml, lwt_react, ssl, lwt_ssl, findlib
, bigstringaf, lwt, cstruct, mirage-crypto, zarith, mirage-crypto-ec, ptime, mirage-crypto-rng, mtime, ca-certs
, cohttp, cohttp-lwt-unix, hmap
, cohttp, cohttp-lwt-unix
, lwt_log, re, cryptokit, xml-light, ipaddr
, camlzip
, makeWrapper
@ -17,7 +17,7 @@ let caml_ld_library_path =
; in
buildDunePackage rec {
version = "5.1.2";
version = "6.0.0";
pname = "ocsigenserver";
minimalOCamlVersion = "4.08";
@ -26,13 +26,13 @@ buildDunePackage rec {
owner = "ocsigen";
repo = "ocsigenserver";
rev = "refs/tags/${version}";
hash = "sha256-piWHA4RMO370TETC9FtISyBvS1Uhk5CAGAtZleJTpjU=";
hash = "sha256-T3bgPZpDO6plgebLJDBtBuR2eR/bN3o24UAUv1VwgtI=";
};
nativeBuildInputs = [ makeWrapper which ];
buildInputs = [ lwt_react camlzip findlib ];
propagatedBuildInputs = [ cohttp cohttp-lwt-unix cryptokit hmap ipaddr lwt_log lwt_ssl
propagatedBuildInputs = [ cohttp cohttp-lwt-unix cryptokit ipaddr lwt_log lwt_ssl
re xml-light
];