ocamlPackages.react: 1.2.1 → 1.2.2

This commit is contained in:
Vincent Laporte 2022-10-15 19:33:52 +02:00 committed by Vincent Laporte
parent a2d5dc2c46
commit c96a0248ca

View File

@ -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 ];
};
}