mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #68261 from etu/php72-update
php72: 7.2.21 -> 7.2.22
This commit is contained in:
commit
5f58361017
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ let
|
|||
|
||||
in {
|
||||
php72 = generic {
|
||||
version = "7.2.21";
|
||||
sha256 = "1vqldc2namfblwyv87fgpfffkjpzawfpcp48f40nfdl3pshq6c9l";
|
||||
version = "7.2.22";
|
||||
sha256 = "12phn0rrd5r1j6xlz83h7v6gszmj4lb5gwj927psbbc6nn1rh2n1";
|
||||
|
||||
# https://bugs.php.net/bug.php?id=76826
|
||||
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
|
||||
|
|
Loading…
Reference in a new issue