lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.ocsigen-start: 6.2.0 → 7.1.0

authored by

Vincent Laporte and committed by
Vincent Laporte
5fadf32b 2c063819

+2 -8
+2 -8
pkgs/development/ocaml-modules/ocsigen-start/default.nix
··· 2 2 stdenv, 3 3 lib, 4 4 fetchFromGitHub, 5 - fetchpatch, 6 5 ocaml, 7 6 findlib, 8 7 ocsigen-toolkit, ··· 17 16 18 17 stdenv.mkDerivation rec { 19 18 pname = "ocaml${ocaml.version}-ocsigen-start"; 20 - version = "6.2.0"; 19 + version = "7.1.0"; 21 20 22 21 nativeBuildInputs = [ 23 22 ocaml ··· 38 37 39 38 patches = [ 40 39 ./templates-dir.patch 41 - # Compatibility with tyxml 4.6.x 42 - (fetchpatch { 43 - url = "https://github.com/ocsigen/ocsigen-start/commit/0b70506f94fcb2e06cb65ce0d6a28b9b84c695f3.patch"; 44 - hash = "sha256-p/VvIu9reI8lc9lxWiTrjZvn46vuF00QInYuWPtRVyk="; 45 - }) 46 40 ]; 47 41 48 42 src = fetchFromGitHub { 49 43 owner = "ocsigen"; 50 44 repo = "ocsigen-start"; 51 45 rev = version; 52 - hash = "sha256-i2nj/m1Ihb/bprtHvZh47/oK0v+aFNVH+A2CB4rrrPk="; 46 + hash = "sha256-2DFFceUI7BYgGKvJ1sZphLWt/Rusa5Y86yc94Mi/quo="; 53 47 }; 54 48 55 49 preInstall = ''