php71: 7.1.23 -> 7.1.24

This commit is contained in:
Pierre Bourdon 2018-11-27 02:01:24 +01:00
parent ea10173045
commit 8221da343e
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C

View file

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