about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorFlorent Becker <Florent.Becker@ens-lyon.org>2016-05-30 17:35:42 +0200
committerFlorent Becker <florent.becker@ens-lyon.org>2016-05-31 19:10:06 +0200
commitdab153bf7290e677e57598387a879d281673cf4b (patch)
treecf57e2bbb8b137d633dbd2a04dac5ea8890830ba /pkgs/development/ocaml-modules
parent7e6f5cc561a3d62893a336627b1790860ab15471 (diff)
downloadnixlib-dab153bf7290e677e57598387a879d281673cf4b.tar
nixlib-dab153bf7290e677e57598387a879d281673cf4b.tar.gz
nixlib-dab153bf7290e677e57598387a879d281673cf4b.tar.bz2
nixlib-dab153bf7290e677e57598387a879d281673cf4b.tar.lz
nixlib-dab153bf7290e677e57598387a879d281673cf4b.tar.xz
nixlib-dab153bf7290e677e57598387a879d281673cf4b.tar.zst
nixlib-dab153bf7290e677e57598387a879d281673cf4b.zip
ocaml-react: 1.1.0 -> 1.2.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/react/default.nix4
1 files 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";
   };