tyxml: update from 3.3.0 to 3.4.0

This commit is contained in:
Vincent Laporte 2015-01-17 03:23:59 +01:00
parent 9cd9264ef3
commit 547f11f015

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf}: { stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "tyxml-3.3.0"; name = "tyxml-3.4.0";
src = fetchurl { src = fetchurl {
url = http://github.com/ocsigen/tyxml/archive/3.3.0.tar.gz; url = http://github.com/ocsigen/tyxml/archive/3.4.0.tar.gz;
sha256 = "0r1hj8qy91i48nd7wj0x2dqrgspqrry5awraxl4pl10vh0mn6pk7"; sha256 = "10hb0b2j33fjqzmx450ns7dmf4pqmx3gyvr6dk99mghqk13cj5ww";
}; };
buildInputs = [ocaml findlib ocaml_oasis camlp4]; buildInputs = [ocaml findlib ocaml_oasis camlp4];