summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-10-13 09:38:51 +0200
committerGitHub <noreply@github.com>2018-10-13 09:38:51 +0200
commit20c4986c4dd9b014991c619498ae6ef09aa5d0aa (patch)
tree08b36ff02e7967067276ad604d759bc7b59071f3 /pkgs/development
parent276b99a847e012cac4182a61ecf4d3ceda096f26 (diff)
parentb9773bd12ed0e29aa4ea39adc8d2446e493994da (diff)
downloadnixpkgs-20c4986c4dd9b014991c619498ae6ef09aa5d0aa.tar
nixpkgs-20c4986c4dd9b014991c619498ae6ef09aa5d0aa.tar.gz
nixpkgs-20c4986c4dd9b014991c619498ae6ef09aa5d0aa.tar.bz2
nixpkgs-20c4986c4dd9b014991c619498ae6ef09aa5d0aa.tar.lz
nixpkgs-20c4986c4dd9b014991c619498ae6ef09aa5d0aa.tar.xz
nixpkgs-20c4986c4dd9b014991c619498ae6ef09aa5d0aa.tar.zst
nixpkgs-20c4986c4dd9b014991c619498ae6ef09aa5d0aa.zip
Merge pull request #48228 from etu/php-upgrades
php: 7.1.22 -> 7.1.23, 7.2.10 -> 7.2.11
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/interpreters/php/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix
index 67c38a354b4..f9938de6f59 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, 7.2.11.
 
   php71 = generic (
     if stdenv.isDarwin then
@@ -237,8 +237,8 @@ in {
       }
     else
       {
-        version = "7.1.22";
-        sha256 = "0qz74qdlk19cw478f42ckyw5r074y0fg73r2bzlhm0dar0cizsf8";
+        version = "7.1.23";
+        sha256 = "0jyc5q666xh808sgy78cfylkhy5ma2zdg88jlxhagyphv23aly9d";
       }
   );
 
@@ -250,8 +250,8 @@ in {
       }
     else
       {
-        version = "7.2.10";
-        sha256 = "17fsvdi6ihjghjsz9kk2li2rwrknm2ccb6ys0xmn789116d15dh1";
+        version = "7.2.11";
+        sha256 = "1idlv04j1l2d0bn5nvfrapcpjh6ayj1n4y80lqvnp5h75m07y3aa";
       }
   );
 }