php73: 7.3.6 -> 7.3.7

Changelog: https://www.php.net/ChangeLog-7.php#7.3.7
This commit is contained in:
Elis Hirwing 2019-07-05 09:21:50 +02:00
parent 721b391f93
commit c2ac19f432
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.6";
sha256 = "0xvgdxmhk0hsx8gh3ircm2s7pf59gm8i9a73204mr0sl05qchnhy";
version = "7.3.7";
sha256 = "065z2q6imjxlbh6w1r7565ygqhigfbzcz70iaic74hj626kqyq63";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php73-darwin-isfinite.patch;