php71: 7.1.27 -> 7.1.28

security release:
https://www.php.net/archive/2019.php#id2019-04-04-3
This commit is contained in:
Will Dietz 2019-04-06 10:53:46 -05:00
parent 9d5d5b243d
commit b8446dcc57

View File

@ -258,8 +258,8 @@ let
in {
php71 = generic {
version = "7.1.27";
sha256 = "0jzcyilvdy05w30vz5ln46lqm9hi36h5bibiwhl1b4a1179yrmys";
version = "7.1.28";
sha256 = "1jal5kr3h9krgb4x46l7wg9czfiigax6vni6cagfdi8zzqrqg7kk";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;