php73: 7.3.9 -> 7.3.10

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

View file

@ -262,8 +262,8 @@ in {
};
php73 = generic {
version = "7.3.9";
sha256 = "1i33v50rbqrfwjwch1d46mbpwbxrg1xfycs9mjl7xsy9m04rg753";
version = "7.3.10";
sha256 = "0j2lqiw8miv9aqg55z2dvfg3mwm5vyqx6ggmfbw013zvq1qxhvah";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php73-darwin-isfinite.patch;