From dab153bf7290e677e57598387a879d281673cf4b Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Mon, 30 May 2016 17:35:42 +0200 Subject: [PATCH] ocaml-react: 1.1.0 -> 1.2.0 --- pkgs/development/ocaml-modules/react/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/react/default.nix b/pkgs/development/ocaml-modules/react/default.nix index 943e5e1e8dc9..f9fe95b89dc2 100644 --- a/pkgs/development/ocaml-modules/react/default.nix +++ b/pkgs/development/ocaml-modules/react/default.nix @@ -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"; };