phpPackages.xcache: update from 3.1.0 to 3.2.0 and enable tests

This commit is contained in:
Pascal Wittmann 2015-07-01 13:53:47 +02:00
parent db5d03c4f1
commit f41564389b

View file

@ -57,13 +57,16 @@ let self = with self; {
xcache = buildPecl rec {
name = "xcache-${version}";
version = "3.1.0";
version = "3.2.0";
src = pkgs.fetchurl {
url = "http://xcache.lighttpd.net/pub/Releases/${version}/${name}.tar.bz2";
sha256 = "1saysvzwkfmcyg53za4j7qnranxd6871spjzfpclhdlqm043xbw6";
sha256 = "1gbcpw64da9ynjxv70jybwf9y88idm01kb16j87vfagpsp5s64kx";
};
doCheck = true;
checkTarget = "test";
configureFlags = [
"--enable-xcache"
"--enable-xcache-coverager"