php71: 7.1.25 -> 7.1.26

Changelog: http://php.net/ChangeLog-7.php#7.1.26
This commit is contained in:
Elis Hirwing 2019-01-10 21:23:01 +01:00
parent ab341a18ad
commit 49538f6b3a
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

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