php73: 7.3.1 -> 7.3.2

Changelog: https://secure.php.net/ChangeLog-7.php#7.3.2
This commit is contained in:
Elis Hirwing 2019-02-07 17:41:52 +01:00 committed by Robin Gloster
parent 0f6571bae8
commit a31ce0c69e

View File

@ -261,8 +261,8 @@ in {
};
php73 = generic {
version = "7.3.1";
sha256 = "13iqfkz9rmx9vy106lvw1nbk88qgwdkvxam0l5s14r7jsw62pvxg";
version = "7.3.2";
sha256 = "1p8amf91i6lrrphd6ypfh3kic64bpqf04dxp7dj1xxnjrgd50vwl";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php73-darwin-isfinite.patch;