summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2018-10-11 22:01:59 +0200
committerElis Hirwing <elis@hirwing.se>2018-10-11 22:39:12 +0200
commit36e3fdd9b6d78ba720ddc7c3ba8a73358fd485f7 (patch)
tree0b108ea16cf9a45b89b47164410b9cda61b59ace /pkgs/development/interpreters
parente4f8d5c254d8cb94fa4b2da1ae785e9f3fdf7976 (diff)
downloadnixlib-36e3fdd9b6d78ba720ddc7c3ba8a73358fd485f7.tar
nixlib-36e3fdd9b6d78ba720ddc7c3ba8a73358fd485f7.tar.gz
nixlib-36e3fdd9b6d78ba720ddc7c3ba8a73358fd485f7.tar.bz2
nixlib-36e3fdd9b6d78ba720ddc7c3ba8a73358fd485f7.tar.lz
nixlib-36e3fdd9b6d78ba720ddc7c3ba8a73358fd485f7.tar.xz
nixlib-36e3fdd9b6d78ba720ddc7c3ba8a73358fd485f7.tar.zst
nixlib-36e3fdd9b6d78ba720ddc7c3ba8a73358fd485f7.zip
php71: 7.1.22 -> 7.1.23
Changelog: https://secure.php.net/ChangeLog-7.php#7.1.23
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/php/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix
index 67c38a354b43..42767f3c70c2 100644
--- a/pkgs/development/interpreters/php/default.nix
+++ b/pkgs/development/interpreters/php/default.nix
@@ -227,7 +227,7 @@ in {
   # We can't update the darwin versions because they simply don't compile at
   # 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 (
     if stdenv.isDarwin then
@@ -237,8 +237,8 @@ in {
       }
     else
       {
-        version = "7.1.22";
-        sha256 = "0qz74qdlk19cw478f42ckyw5r074y0fg73r2bzlhm0dar0cizsf8";
+        version = "7.1.23";
+        sha256 = "0jyc5q666xh808sgy78cfylkhy5ma2zdg88jlxhagyphv23aly9d";
       }
   );