php72: 7.2.22 -> 7.2.23

Changelog: https://www.php.net/ChangeLog-7.php#7.2.23
This commit is contained in:
Elis Hirwing 2019-10-04 08:58:32 +02:00
parent c1e531bf5e
commit b5f73124e4
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -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;