phpPackages.apcu40: 4.0.7 -> 4.0.11
This commit is contained in:
parent
89fc0fb2c9
commit
1f396441a6
|
@ -12,8 +12,8 @@ let
|
||||||
apcu = if isPhp7 then apcu51 else apcu40;
|
apcu = if isPhp7 then apcu51 else apcu40;
|
||||||
|
|
||||||
apcu40 = assert !isPhp7; buildPecl {
|
apcu40 = assert !isPhp7; buildPecl {
|
||||||
name = "apcu-4.0.7";
|
name = "apcu-4.0.11";
|
||||||
sha256 = "1mhbz56mbnq7dryf2d64l84lj3fpr5ilmg2424glans3wcg772hp";
|
sha256 = "002d1gklkf0z170wkbhmm2z1p9p5ghhq3q1r9k54fq1sq4p30ks5";
|
||||||
buildInputs = [ pkgs.pcre ];
|
buildInputs = [ pkgs.pcre ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue