about summary refs log tree commit diff
path: root/pkgs/development/interpreters/php
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2020-03-11 20:12:34 +0100
committerElis Hirwing <elis@hirwing.se>2020-03-11 20:12:34 +0100
commit8f4cb371161d8bff91e44ca17f7111c27dd5f8b7 (patch)
tree5280163f579fcefe93862a89c5670e0c8a3a79c9 /pkgs/development/interpreters/php
parente2d95203f8f73da0ceedb1fb7f021253c9977758 (diff)
downloadnixlib-8f4cb371161d8bff91e44ca17f7111c27dd5f8b7.tar
nixlib-8f4cb371161d8bff91e44ca17f7111c27dd5f8b7.tar.gz
nixlib-8f4cb371161d8bff91e44ca17f7111c27dd5f8b7.tar.bz2
nixlib-8f4cb371161d8bff91e44ca17f7111c27dd5f8b7.tar.lz
nixlib-8f4cb371161d8bff91e44ca17f7111c27dd5f8b7.tar.xz
nixlib-8f4cb371161d8bff91e44ca17f7111c27dd5f8b7.tar.zst
nixlib-8f4cb371161d8bff91e44ca17f7111c27dd5f8b7.zip
php73: 7.3.14 -> 7.3.15
Changelog: https://www.php.net/ChangeLog-7.php#7.3.15
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 77d27dfd42aa..4057a5025d13 100644
--- a/pkgs/development/interpreters/php/default.nix
+++ b/pkgs/development/interpreters/php/default.nix
@@ -303,8 +303,8 @@ in {
   };
 
   php73 = generic' {
-    version = "7.3.14";
-    sha256 = "0wn2qsfrnch90l8nxbpcjd2q0ijzdiiyhvcpbycngki9r6xwppxr";
+    version = "7.3.15";
+    sha256 = "0g84hws15s8gh8iq4h6q747dyfazx47vh3da3whz8d80x83ibgld";
 
     # https://bugs.php.net/bug.php?id=76826
     extraPatches = optional stdenv.isDarwin ./php73-darwin-isfinite.patch;