php71: 7.1.24 -> 7.1.25

This commit is contained in:
Izorkin 2018-12-09 23:23:53 +03:00 committed by Franz Pletz
parent 6c8b7ac931
commit 374be65924
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -232,8 +232,8 @@ let
in {
php71 = generic {
version = "7.1.24";
sha256 = "02qy76krbdhlbkzs9k1sa5mgmj0qnbb8gcf1j3q0cq3z7kkj9pk6";
version = "7.1.25";
sha256 = "1b5az5vhap593ggjxirs1zdlg20hcv9h94iq5kgaxky71a4dqb00";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;