Skip to content

Commit

Permalink
php72: 7.2.27 -> 7.2.28
Browse files Browse the repository at this point in the history
Changelog: https://www.php.net/ChangeLog-7.php#7.2.28
(cherry picked from commit 5bf47ab)
  • Loading branch information
etu authored and Ma27 committed Mar 11, 2020
1 parent ae21ac7 commit 0010886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/default.nix
Expand Up @@ -254,8 +254,8 @@ let

in {
php72 = generic {
version = "7.2.27";
sha256 = "0jbhc8x2i6xx6p7zc30ahg9xplsqlz334m1w13mhr1qv2xdnkh2v";
version = "7.2.28";
sha256 = "18sjvl67z5a2x5s2a36g6ls1r3m4hbrsw52hqr2qsgfvg5dkm5bw";

# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
Expand Down

0 comments on commit 0010886

Please sign in to comment.