mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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";
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user