phpPackages.apcu: 5.1.17 -> 5.1.18
Required for php74 compatibility.
This commit is contained in:
parent
6dd3a70285
commit
42495df1f4
@ -16,10 +16,10 @@ let
|
|||||||
isPhp73 = pkgs.lib.versionAtLeast php.version "7.3";
|
isPhp73 = pkgs.lib.versionAtLeast php.version "7.3";
|
||||||
|
|
||||||
apcu = buildPecl {
|
apcu = buildPecl {
|
||||||
version = "5.1.17";
|
version = "5.1.18";
|
||||||
pname = "apcu";
|
pname = "apcu";
|
||||||
|
|
||||||
sha256 = "14y7alvj5q17q1b544bxidavkn6i40cjbq2nv1m0k70ai5vv84bb";
|
sha256 = "0ayykd4hfvdzk7qnr5k6yq5scwf6rb2i05xscfv76q5dmkkynvfl";
|
||||||
|
|
||||||
buildInputs = [ (if isPhp73 then pkgs.pcre2 else pkgs.pcre) ];
|
buildInputs = [ (if isPhp73 then pkgs.pcre2 else pkgs.pcre) ];
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user