From 5bbe7881a429c249eae44499df8b9f259b57475a Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 25 Aug 2016 23:21:49 +0000 Subject: [PATCH] hhvm: 3.12.1 -> 3.14.5 --- pkgs/development/compilers/hhvm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/hhvm/default.nix b/pkgs/development/compilers/hhvm/default.nix index ef4aa44d436a..f8524e777a0e 100644 --- a/pkgs/development/compilers/hhvm/default.nix +++ b/pkgs/development/compilers/hhvm/default.nix @@ -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 {