php73: 7.3.5 -> 7.3.6

Changelog: https://php.net/index.php#id2019-05-30-1
This commit is contained in:
Elis Hirwing 2019-05-31 10:23:58 +02:00
parent 639e146de1
commit 10deca4645
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -274,8 +274,8 @@ in {
};
php73 = generic {
version = "7.3.5";
sha256 = "0pn3c9fj24v0r57d3cz67nisg6vjyw2yn5il7j1c6rw2z47bi023";
version = "7.3.6";
sha256 = "0xvgdxmhk0hsx8gh3ircm2s7pf59gm8i9a73204mr0sl05qchnhy";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php73-darwin-isfinite.patch;