Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2020-04-10 12:12:56 +02:00
576 changed files with 6964 additions and 4958 deletions
@@ -10,4 +10,4 @@ DEPENDENCIES
matter_compiler
BUNDLED WITH
1.17.2
2.1.4
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-reason-${version}";
version = "3.5.4";
version = "3.6.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "reason";
rev = "e3287476e5c3f0cbcd9dc7ab18d290f81f4afa0c";
sha256 = "02p5d1x6lr7jp9mvgvsas3nnq3a97chxp5q6rl07n5qm61d5b4dl";
rev = "2860cc274b1b5b76a71d0e5190bf67a133d6f809";
sha256 = "05wcg0gfln85spjfgsij818h2sp4y6s8bvdcwmzv0r8jblr8402b";
};
nativeBuildInputs = [ makeWrapper ];