Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

php71: 7.1.28 -> 7.1.29

Changelog: https://www.php.net/ChangeLog-7.php#7.1.29
(cherry picked from commit 2a0125c0cefc4ee6204a844e7d71bab6727063d9)

Changed files
+2 -2
pkgs
development
interpreters
+2 -2
pkgs/development/interpreters/php/default.nix
··· 227 227 228 228 in { 229 229 php71 = generic { 230 - version = "7.1.28"; 231 - sha256 = "1jal5kr3h9krgb4x46l7wg9czfiigax6vni6cagfdi8zzqrqg7kk"; 230 + version = "7.1.29"; 231 + sha256 = "0dc3p3xq430vawcryw3xb4d1ckkz44rdnvfr833jsrl2zrzd2a45"; 232 232 233 233 # https://bugs.php.net/bug.php?id=76826 234 234 extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;