Merge pull request #42385 from caugner/php-apcu-5.1.11

phpPackages.apcu: {4.0.7,5.1.8} -> {4.0.7,5.1.11}
This commit is contained in:
xeji 2018-06-24 22:06:56 +02:00 committed by GitHub
commit 683005a858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@ let
apcu = if isPhp7 then apcu51 else apcu40;
apcu40 = assert !isPhp7; buildPecl {
name = "apcu-4.0.7";
sha256 = "1mhbz56mbnq7dryf2d64l84lj3fpr5ilmg2424glans3wcg772hp";
name = "apcu-4.0.11";
sha256 = "002d1gklkf0z170wkbhmm2z1p9p5ghhq3q1r9k54fq1sq4p30ks5";
buildInputs = [ pkgs.pcre ];
};
apcu51 = assert isPhp7; buildPecl {
name = "apcu-5.1.8";
sha256 = "01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce";
name = "apcu-5.1.11";
sha256 = "0nz9m3fbxgyc2ij63yqmxm06a1f51g8rkxk85f85ziqdin66q2f1";
buildInputs = [ pkgs.pcre ];
doCheck = true;
checkTarget = "test";