php72: 7.2.19 -> 7.2.20

Changelog: https://www.php.net/ChangeLog-7.php#7.2.20
(cherry picked from commit bd1b55d074)
This commit is contained in:
Elis Hirwing
2019-07-05 09:24:37 +02:00
committed by Aaron Andersen
parent b64a1b39fd
commit 865e04289b

View File

@@ -256,8 +256,8 @@ in {
};
php72 = generic {
version = "7.2.19";
sha256 = "16d0j0d4563bcrxlw5yysldscxpgyp917hmc4m4ys1zyfprv3l7b";
version = "7.2.20";
sha256 = "116a1m0xjn2yi8d5kwzjk335q4brgl7xplcji2p87i2l9vjjkf4z";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;