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

php72: 7.2.32 -> 7.2.34

+2 -2
+2 -2
pkgs/development/interpreters/php/default.nix
··· 263 263 264 264 in { 265 265 php72 = generic { 266 - version = "7.2.32"; 267 - sha256 = "19wqbpvsd6c6iaad00h0m0xnx4r8fj56pwfhki2cw5xdfi10lp3i"; 266 + version = "7.2.34"; 267 + sha256 = "1kxb4z0slm0sgm16qgr3qp1qdg9h0i1qrvwclsn19fx2d3b1cn0f"; 268 268 269 269 # https://bugs.php.net/bug.php?id=76826 270 270 extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;