lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.reason-react(-ppx): 0.15.0 -> 0.16.0

authored by

Volker Diels-Grabsch and committed by
Vincent Laporte
2fb4c919 8f352096

+2 -11
-9
pkgs/development/ocaml-modules/reason-react/default.nix
··· 1 1 { 2 2 buildDunePackage, 3 - fetchpatch, 4 3 melange, 5 4 reason, 6 5 reason-react-ppx, ··· 9 8 buildDunePackage { 10 9 pname = "reason-react"; 11 10 inherit (reason-react-ppx) version src; 12 - patches = [ 13 - # Makes tests compatible with melange 5.0.0 14 - (fetchpatch { 15 - url = "https://github.com/reasonml/reason-react/commit/661e93553ae48af410895477c339be4f0a203437.patch"; 16 - includes = [ "test/*" ]; 17 - hash = "sha256-khxPxC/GpByjcEZDoQ1NdXoM/yQBAKmnUnt/d2k6WfQ="; 18 - }) 19 - ]; 20 11 nativeBuildInputs = [ 21 12 reason 22 13 melange
+2 -2
pkgs/development/ocaml-modules/reason-react/ppx.nix
··· 6 6 }: 7 7 8 8 let 9 - version = "0.15.0"; 9 + version = "0.16.0"; 10 10 in 11 11 buildDunePackage { 12 12 pname = "reason-react-ppx"; ··· 14 14 minimalOCamlVersion = "4.14"; 15 15 src = fetchurl { 16 16 url = "https://github.com/reasonml/reason-react/releases/download/${version}/reason-react-${version}.tbz"; 17 - hash = "sha256-+pPJo/b50vp4pAC/ygI1LHB5O0pDJ1xpcQZOdFP8Q80="; 17 + hash = "sha256-esPB+mvHHTQ3mUYILrkOjMELJxRDIsWleFcxIwOPQ1w="; 18 18 }; 19 19 buildInputs = [ ppxlib ]; 20 20 doCheck = false; # Needs to run in reason-react, see default.nix