php71: 7.1.22 -> 7.1.23
Changelog: https://secure.php.net/ChangeLog-7.php#7.1.23
This commit is contained in:
parent
e4f8d5c254
commit
36e3fdd9b6
@ -227,7 +227,7 @@ in {
|
|||||||
# We can't update the darwin versions because they simply don't compile at
|
# We can't update the darwin versions because they simply don't compile at
|
||||||
# all due to a bug in the intl extensions.
|
# all due to a bug in the intl extensions.
|
||||||
#
|
#
|
||||||
# The bug so far is present in 7.1.21, 7.1.22, 7.2.9, 7.2.10.
|
# The bug so far is present in 7.1.21, 7.1.22, 7.1.23, 7.2.9, 7.2.10.
|
||||||
|
|
||||||
php71 = generic (
|
php71 = generic (
|
||||||
if stdenv.isDarwin then
|
if stdenv.isDarwin then
|
||||||
@ -237,8 +237,8 @@ in {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
version = "7.1.22";
|
version = "7.1.23";
|
||||||
sha256 = "0qz74qdlk19cw478f42ckyw5r074y0fg73r2bzlhm0dar0cizsf8";
|
sha256 = "0jyc5q666xh808sgy78cfylkhy5ma2zdg88jlxhagyphv23aly9d";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user