mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
php72: 7.2.22 -> 7.2.23
Changelog: https://www.php.net/ChangeLog-7.php#7.2.23
This commit is contained in:
parent
c1e531bf5e
commit
b5f73124e4
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ let
|
|||
|
||||
in {
|
||||
php72 = generic {
|
||||
version = "7.2.22";
|
||||
sha256 = "12phn0rrd5r1j6xlz83h7v6gszmj4lb5gwj927psbbc6nn1rh2n1";
|
||||
version = "7.2.23";
|
||||
sha256 = "03a3snx8wdn2pwfy8qdk035da9g3qdnpgqvpz4qfgmr97mjg6ym1";
|
||||
|
||||
# https://bugs.php.net/bug.php?id=76826
|
||||
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
|
||||
|
|
Loading…
Reference in a new issue