php71: 7.1.29 -> 7.1.30

Changelog: https://php.net/index.php#id2019-05-30-3
This commit is contained in:
Elis Hirwing 2019-05-31 10:15:50 +02:00
parent f244c4fe5e
commit 1d92bec205
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.29";
sha256 = "0dc3p3xq430vawcryw3xb4d1ckkz44rdnvfr833jsrl2zrzd2a45";
version = "7.1.30";
sha256 = "1czcf5qwk727sdzx5n4wvsxvl50jx6d5x8ws1dqx46fa9xvm0j36";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;