From 547f11f0155ec5d1725fa6c23661dbf6cdc45ede Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 17 Jan 2015 03:23:59 +0100 Subject: [PATCH] tyxml: update from 3.3.0 to 3.4.0 --- pkgs/development/ocaml-modules/tyxml/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/tyxml/default.nix b/pkgs/development/ocaml-modules/tyxml/default.nix index 265b94392b46..d3a0b3557c52 100644 --- a/pkgs/development/ocaml-modules/tyxml/default.nix +++ b/pkgs/development/ocaml-modules/tyxml/default.nix @@ -1,11 +1,11 @@ -{stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf}: +{ stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf }: stdenv.mkDerivation { - name = "tyxml-3.3.0"; + name = "tyxml-3.4.0"; src = fetchurl { - url = http://github.com/ocsigen/tyxml/archive/3.3.0.tar.gz; - sha256 = "0r1hj8qy91i48nd7wj0x2dqrgspqrry5awraxl4pl10vh0mn6pk7"; + url = http://github.com/ocsigen/tyxml/archive/3.4.0.tar.gz; + sha256 = "10hb0b2j33fjqzmx450ns7dmf4pqmx3gyvr6dk99mghqk13cj5ww"; }; buildInputs = [ocaml findlib ocaml_oasis camlp4];