Merge pull request #102716 from etu/php73-update

php73: 7.3.23 -> 7.3.24
This commit is contained in:
Elis Hirwing 2020-11-05 13:00:14 +01:00 committed by GitHub
commit e1548a2da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,8 +273,8 @@ let
};
php73base = callPackage generic (_args // {
version = "7.3.23";
sha256 = "0k600imsxm3r3qdv20ryqhvfmnkmjhvm2hcnqr180l058snncrpx";
version = "7.3.24";
sha256 = "1655rj4w63n5fkvdj3kz9f5jfyjgvzw8a6j8zkzgic1p42xszdsm";
# https://bugs.php.net/bug.php?id=76826
extraPatches = lib.optional stdenv.isDarwin ./php73-darwin-isfinite.patch;