php71: 7.1.28 -> 7.1.29

Changelog: https://www.php.net/ChangeLog-7.php#7.1.29
This commit is contained in:
Elis Hirwing 2019-05-03 19:14:42 +02:00
parent 323042355e
commit 2a0125c0ce
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -258,8 +258,8 @@ let
in {
php71 = generic {
version = "7.1.28";
sha256 = "1jal5kr3h9krgb4x46l7wg9czfiigax6vni6cagfdi8zzqrqg7kk";
version = "7.1.29";
sha256 = "0dc3p3xq430vawcryw3xb4d1ckkz44rdnvfr833jsrl2zrzd2a45";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;