phpPackages.xcache: update from 3.1.0 to 3.2.0 and enable tests
This commit is contained in:
parent
db5d03c4f1
commit
f41564389b
@ -57,13 +57,16 @@ let self = with self; {
|
|||||||
xcache = buildPecl rec {
|
xcache = buildPecl rec {
|
||||||
name = "xcache-${version}";
|
name = "xcache-${version}";
|
||||||
|
|
||||||
version = "3.1.0";
|
version = "3.2.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://xcache.lighttpd.net/pub/Releases/${version}/${name}.tar.bz2";
|
url = "http://xcache.lighttpd.net/pub/Releases/${version}/${name}.tar.bz2";
|
||||||
sha256 = "1saysvzwkfmcyg53za4j7qnranxd6871spjzfpclhdlqm043xbw6";
|
sha256 = "1gbcpw64da9ynjxv70jybwf9y88idm01kb16j87vfagpsp5s64kx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
checkTarget = "test";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-xcache"
|
"--enable-xcache"
|
||||||
"--enable-xcache-coverager"
|
"--enable-xcache-coverager"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user