phpPackages.apcu: 5.1.17 -> 5.1.18

Required for php74 compatibility.
This commit is contained in:
Elis Hirwing 2019-11-21 22:58:57 +01:00
parent 6dd3a70285
commit 42495df1f4
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -16,10 +16,10 @@ let
isPhp73 = pkgs.lib.versionAtLeast php.version "7.3";
apcu = buildPecl {
version = "5.1.17";
version = "5.1.18";
pname = "apcu";
sha256 = "14y7alvj5q17q1b544bxidavkn6i40cjbq2nv1m0k70ai5vv84bb";
sha256 = "0ayykd4hfvdzk7qnr5k6yq5scwf6rb2i05xscfv76q5dmkkynvfl";
buildInputs = [ (if isPhp73 then pkgs.pcre2 else pkgs.pcre) ];
doCheck = true;