ocamlPackages.ocsigen-start: 6.1.2 → 6.2.0

This commit is contained in:
Vincent Laporte 2024-03-11 15:16:28 +00:00
parent c5be907013
commit b577c470f9
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-ocsigen-start";
version = "6.1.2";
version = "6.2.0";
nativeBuildInputs = [ ocaml findlib eliom ];
buildInputs = [ ocsigen-ppx-rpc ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "ocsigen";
repo = "ocsigen-start";
rev = version;
hash = "sha256-GhuH3rNdauJztEhygct6jCf+EmAtbSeyYP45stMzGFU=";
hash = "sha256-i2nj/m1Ihb/bprtHvZh47/oK0v+aFNVH+A2CB4rrrPk=";
};
preInstall = ''