Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2016-09-24 18:54:31 +02:00
235 changed files with 5781 additions and 2834 deletions

View File

@@ -20,7 +20,7 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "erlang-" + version + "${optionalString odbcSupport "-odbc"}"
+ "${optionalString javacSupport "-javac"}";
version = "19.0.2";
version = "19.1";
# Minor OTP releases are not always released as tarbals at
# http://erlang.org/download/ So we have to download from
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
owner = "erlang";
repo = "otp";
rev = "OTP-${version}";
sha256 = "1vsykghhzpgmc42jwj48crl11zzzpvrqvh2lk8lxfqbflzflxm6j";
sha256 = "0nnjj069d5pjhgcd8vvqbrkjdac3p1v4s3zb59i4h73vg7f5p736";
};
buildInputs =
@@ -42,15 +42,6 @@ stdenv.mkDerivation rec {
debugInfo = enableDebugInfo;
envAndCpPatch = fetchurl {
url = "https://github.com/binarin/otp/commit/9f9841eb7327c9fe73e84e197fd2965a97b639cf.patch";
sha256 = "10h5348p6g279b4q01i5jdqlljww5chcvrx5b4b0dv79pk0p0m9f";
};
patches = [
envAndCpPatch
];
preConfigure = ''
./otp_build autoconf
'';

View File

@@ -300,8 +300,8 @@ let
in {
php56 = generic {
version = "5.6.25";
sha256 = "1pldn4z7pzcjm8li9xryrniz5cz542cbv4nlrr13wzzdmhr61kjq";
version = "5.6.26";
sha256 = "0dk2ifn50iv8jvw2jyw2pr9xqnkksxfv9qbpay84na54hf0anynl";
};
php70 = generic {