about summary refs log tree commit diff
path: root/pkgs/development/interpreters/php
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-10-04 08:58:32 +0200
committerElis Hirwing <elis@hirwing.se>2019-10-04 08:58:32 +0200
commitb5f73124e4ffc367a1abc8fe41ace190fd2ccdcd (patch)
tree21304c5ba5496d81c957bdd87982610d6d422716 /pkgs/development/interpreters/php
parentc1e531bf5edfa7e039b04ac2510ce0d41e0b44f3 (diff)
downloadnixlib-b5f73124e4ffc367a1abc8fe41ace190fd2ccdcd.tar
nixlib-b5f73124e4ffc367a1abc8fe41ace190fd2ccdcd.tar.gz
nixlib-b5f73124e4ffc367a1abc8fe41ace190fd2ccdcd.tar.bz2
nixlib-b5f73124e4ffc367a1abc8fe41ace190fd2ccdcd.tar.lz
nixlib-b5f73124e4ffc367a1abc8fe41ace190fd2ccdcd.tar.xz
nixlib-b5f73124e4ffc367a1abc8fe41ace190fd2ccdcd.tar.zst
nixlib-b5f73124e4ffc367a1abc8fe41ace190fd2ccdcd.zip
php72: 7.2.22 -> 7.2.23
Changelog: https://www.php.net/ChangeLog-7.php#7.2.23
Diffstat (limited to 'pkgs/development/interpreters/php')
-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 7fc5473d691f..6d0aeb781564 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;