summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-10-04 08:58:32 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-10-05 14:14:03 +0200
commit63b18e757620223b4f9ac1cd2f65fb9709d2aa2a (patch)
tree3c067b3526f3257e28a50c7465e4b22da2b432b2 /pkgs
parent6ae771e8d5319f45401e3afba90b5eafc2c48635 (diff)
php72: 7.2.22 -> 7.2.23
Changelog: https://www.php.net/ChangeLog-7.php#7.2.23
(cherry picked from commit b5f73124e4ffc367a1abc8fe41ace190fd2ccdcd)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/interpreters/php/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix
index e82ecf8199158..356aa8c7ce0cc 100644
--- a/pkgs/development/interpreters/php/default.nix
+++ b/pkgs/development/interpreters/php/default.nix
@@ -254,8 +254,8 @@ let
 
 in {
   php72 = generic {
-    version = "7.2.22";
-    sha256 = "12phn0rrd5r1j6xlz83h7v6gszmj4lb5gwj927psbbc6nn1rh2n1";
+    version = "7.2.23";
+    sha256 = "03a3snx8wdn2pwfy8qdk035da9g3qdnpgqvpz4qfgmr97mjg6ym1";
 
     # https://bugs.php.net/bug.php?id=76826
     extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;