ocaml-react: 1.1.0 -> 1.2.0

This commit is contained in:
Florent Becker 2016-05-30 17:35:42 +02:00 committed by Florent Becker
parent 7e6f5cc561
commit dab153bf72

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, ocaml, findlib, opam}:
stdenv.mkDerivation {
name = "ocaml-react-1.1.0";
name = "ocaml-react-1.2.0";
src = fetchurl {
url = http://erratique.ch/software/react/releases/react-1.1.0.tbz;
url = http://erratique.ch/software/react/releases/react-1.2.0.tbz;
sha256 = "1gymn8hy7ga0l9qymmb1jcnnkqvy7l2zr87xavzqz0dfi9ci8dm7";
};