We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2a362 commit ed0d061Copy full SHA for ed0d061
1 file changed
pkgs/development/interpreters/php/default.nix
@@ -263,8 +263,8 @@ let
263
264
in {
265
php72 = generic {
266
- version = "7.2.32";
267
- sha256 = "19wqbpvsd6c6iaad00h0m0xnx4r8fj56pwfhki2cw5xdfi10lp3i";
+ version = "7.2.34";
+ sha256 = "1kxb4z0slm0sgm16qgr3qp1qdg9h0i1qrvwclsn19fx2d3b1cn0f";
268
269
# https://bugs.php.net/bug.php?id=76826
270
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
0 commit comments