mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
php72: 7.2.15 -> 7.2.16
This commit is contained in:
parent
627275399c
commit
c6290e381f
1 changed files with 2 additions and 2 deletions
|
@ -256,8 +256,8 @@ in {
|
|||
};
|
||||
|
||||
php72 = generic {
|
||||
version = "7.2.15";
|
||||
sha256 = "0m05dmad138qfxcb2z4czf9pfv1746g9yzlch48kjikajhb7cgn9";
|
||||
version = "7.2.16";
|
||||
sha256 = "0f3zkv803banqdrhj5ixfg973fnrsvn4hcij2k6r91nmac0d22ic";
|
||||
|
||||
# https://bugs.php.net/bug.php?id=76826
|
||||
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
|
||||
|
|
Loading…
Reference in a new issue