php73: 7.3.4 -> 7.3.5

Changelog: https://www.php.net/ChangeLog-7.php#7.3.5
This commit is contained in:
Elis Hirwing 2019-05-03 19:31:58 +02:00
parent 6f3625a1c6
commit a320372e17
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
1 changed files with 2 additions and 2 deletions

View File

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