apcu: 5.1.15 -> 5.1.17
Minor: https://pecl.php.net/package-info.php?package=APCu&version=5.1.16 https://pecl.php.net/package-info.php?package=APCu&version=5.1.17
This commit is contained in:
parent
c58c079223
commit
da67b42636
@ -10,8 +10,8 @@ let
|
||||
isPhp73 = pkgs.lib.versionAtLeast php.version "7.3";
|
||||
|
||||
apcu = buildPecl {
|
||||
name = "apcu-5.1.15";
|
||||
sha256 = "0v91fxh3z3amwicqlmz7lvnh4zfl2d7kj2zc8pvlvj2lms8ql5zc";
|
||||
name = "apcu-5.1.17";
|
||||
sha256 = "14y7alvj5q17q1b544bxidavkn6i40cjbq2nv1m0k70ai5vv84bb";
|
||||
buildInputs = [ (if isPhp73 then pkgs.pcre2 else pkgs.pcre) ];
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
Loading…
Reference in New Issue
Block a user