hhvm: 3.12.1 -> 3.14.5

This commit is contained in:
Robin Gloster 2016-08-25 23:21:49 +00:00
parent 355cc31229
commit 5bbe7881a4
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

@ -1,5 +1,5 @@
{ stdenv, fetchgit, cmake, pkgconfig, boost, libunwind, libmemcached, pcre
, libevent, gd, curl, libxml2, icu, flex, bison, openssl, zlib, php, re2c
, 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
, libxslt, ocaml, freetype, gdb, git, perl, mariadb, gmp, libyaml, libedit
@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
name = "hhvm-${version}";
version = "3.12.1";
version = "3.14.5";
# use git version since we need submodules
src = fetchgit {