php73: 7.3.3 -> 7.3.4

security release, see:
https://www.php.net/archive/2019.php#id2019-04-04-1
This commit is contained in:
Will Dietz 2019-04-06 10:55:09 -05:00
parent 76394e36ec
commit d1a539fef1

View File

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