php71: 7.1.30 -> 7.1.32

Changelog: https://www.php.net/ChangeLog-7.php#7.1.31
Changelog: https://www.php.net/ChangeLog-7.php#7.1.32
This commit is contained in:
Elis Hirwing
2019-09-07 14:53:50 +02:00
parent 03dcb3dee4
commit b10acd3afa

View File

@@ -248,8 +248,8 @@ let
in {
php71 = generic {
version = "7.1.30";
sha256 = "1czcf5qwk727sdzx5n4wvsxvl50jx6d5x8ws1dqx46fa9xvm0j36";
version = "7.1.32";
sha256 = "0ymbkj8117pakcs40rkkrsrvcc2rn9nrd7ilcdzw2nn7vnns3iyp";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;