From c96a0248ca3889f4a8a82872dda78413377745c8 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 15 Oct 2022 19:33:52 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.react:=201.2.1=20=E2=86=92=201.2.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/react/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/react/default.nix b/pkgs/development/ocaml-modules/react/default.nix index 4e07a2021e3..753a3e82c0d 100644 --- a/pkgs/development/ocaml-modules/react/default.nix +++ b/pkgs/development/ocaml-modules/react/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "ocaml-react"; - version = "1.2.1"; + version = "1.2.2"; src = fetchurl { url = "https://erratique.ch/software/react/releases/react-${version}.tbz"; - sha256 = "1aj8w79gdd9xnrbz7s5p8glcb4pmimi8jp9f439dqnf6ih3mqb3v"; + sha256 = "sha256-xK3TFdbx8VPRFe58qN1gwSZf9NQIwmYSX8tRJP0ij5k="; }; nativeBuildInputs = [ ocaml findlib ocamlbuild ]; @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { homepage = "https://erratique.ch/software/react"; description = "Applicative events and signals for OCaml"; license = licenses.bsd3; - platforms = ocaml.meta.platforms or [ ]; + inherit (ocaml.meta) platforms; maintainers = with maintainers; [ maggesi vbmithr gal_bolle ]; }; }