aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/hhvm
diff options
context:
space:
mode:
authorTobias Happ <tobias.happ@gmx.de>2017-12-10 10:14:39 +0100
committerOrivej Desh <orivej@gmx.fr>2017-12-10 11:50:15 +0000
commitd5d7220770dd85b69eeacc97c29020e49a100987 (patch)
tree52299ef0a0e8ad3bf3ac98c9de09545b81cfa13b /pkgs/development/compilers/hhvm
parentc6fbf4a15af676068776ff05cc4fc1bfed477b51 (diff)
hhvm: 3.21 -> 3.23.2
Diffstat (limited to 'pkgs/development/compilers/hhvm')
-rw-r--r--pkgs/development/compilers/hhvm/default.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/pkgs/development/compilers/hhvm/default.nix b/pkgs/development/compilers/hhvm/default.nix
index 4159b7bd52b7..2f84387a8888 100644
--- a/pkgs/development/compilers/hhvm/default.nix
+++ b/pkgs/development/compilers/hhvm/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, fetchurl, cmake, pkgconfig, boost, libunwind, libmemcached
+{ stdenv, fetchgit, cmake, pkgconfig, boost, libunwind, libmemcached
, pcre, libevent, gd, curl, libxml2, icu, flex, bison, openssl, zlib, php
, expat, libcap, oniguruma, libdwarf, libmcrypt, tbb, gperftools, glog, libkrb5
, bzip2, openldap, readline, libelf, uwimap, binutils, cyrus_sasl, pam, libpng
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
name = "hhvm-${version}";
- version = "3.21";
+ version = "3.23.2";
# use git version since we need submodules
src = fetchgit {
url = "https://github.com/facebook/hhvm.git";
- rev = "56483773e2edd9e61782f1901ce40e47959e71b8";
- sha256 = "0dmdk98nv04m0fv6909gfbsxqlkckn369yi7kadhir0r7vxsj7wa";
+ rev = "HHVM-${version}";
+ sha256 = "1nic49j8nghx82lgvz0b95r78sqz46qaaqv4nx48p8yrj9ysnd7i";
fetchSubmodules = true;
};
@@ -29,10 +29,6 @@ stdenv.mkDerivation rec {
patches = [
./flexible-array-members-gcc6.patch
- (fetchurl {
- url = https://github.com/facebook/hhvm/commit/b506902af2b7c53de6d6c92491c2086472292004.patch;
- sha256 = "1br7diczqks6b1xjrdsac599fc62m9l17gcx7dvkc0qj54lq7ys4";
- })
];
enableParallelBuilding = true;