ocamlPackages.ocsigen-start: 6.2.0 → 7.1.0

This commit is contained in:
Vincent Laporte 2025-07-22 03:46:23 +02:00 committed by Vincent Laporte
parent 2c06381907
commit 5fadf32bee

View File

@ -2,7 +2,6 @@
stdenv, stdenv,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
ocaml, ocaml,
findlib, findlib,
ocsigen-toolkit, ocsigen-toolkit,
@ -17,7 +16,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-ocsigen-start"; pname = "ocaml${ocaml.version}-ocsigen-start";
version = "6.2.0"; version = "7.1.0";
nativeBuildInputs = [ nativeBuildInputs = [
ocaml ocaml
@ -38,18 +37,13 @@ stdenv.mkDerivation rec {
patches = [ patches = [
./templates-dir.patch ./templates-dir.patch
# Compatibility with tyxml 4.6.x
(fetchpatch {
url = "https://github.com/ocsigen/ocsigen-start/commit/0b70506f94fcb2e06cb65ce0d6a28b9b84c695f3.patch";
hash = "sha256-p/VvIu9reI8lc9lxWiTrjZvn46vuF00QInYuWPtRVyk=";
})
]; ];
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ocsigen"; owner = "ocsigen";
repo = "ocsigen-start"; repo = "ocsigen-start";
rev = version; rev = version;
hash = "sha256-i2nj/m1Ihb/bprtHvZh47/oK0v+aFNVH+A2CB4rrrPk="; hash = "sha256-2DFFceUI7BYgGKvJ1sZphLWt/Rusa5Y86yc94Mi/quo=";
}; };
preInstall = '' preInstall = ''