mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
Merge pull request #92928 from etu/php72-update
php72: 7.2.31 -> 7.2.32
This commit is contained in:
commit
db2a5bf3b9
@ -268,8 +268,8 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
php72base = callPackage generic (_args // {
|
php72base = callPackage generic (_args // {
|
||||||
version = "7.2.31";
|
version = "7.2.32";
|
||||||
sha256 = "0057x1s43f9jidmrl8daka6wpxclxc1b1pm5cjbz616p8nbmb9qv";
|
sha256 = "19wqbpvsd6c6iaad00h0m0xnx4r8fj56pwfhki2cw5xdfi10lp3i";
|
||||||
|
|
||||||
# https://bugs.php.net/bug.php?id=76826
|
# https://bugs.php.net/bug.php?id=76826
|
||||||
extraPatches = lib.optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
|
extraPatches = lib.optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
|
||||||
|
Loading…
Reference in New Issue
Block a user