Merge pull request #64326 from etu/php-upgrades

php: 7.2.19 -> 7.2.20, 7.3.6 -> 7.3.7
This commit is contained in:
Aaron Andersen 2019-07-05 19:59:02 -04:00 committed by GitHub
commit 2720a1c147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,16 +254,16 @@ let
in {
php72 = generic {
version = "7.2.19";
sha256 = "16d0j0d4563bcrxlw5yysldscxpgyp917hmc4m4ys1zyfprv3l7b";
version = "7.2.20";
sha256 = "116a1m0xjn2yi8d5kwzjk335q4brgl7xplcji2p87i2l9vjjkf4z";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
};
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;