php73: 7.3.23 -> 7.3.24

This commit is contained in:
Elis Hirwing 2020-11-04 07:05:21 +01:00
parent 91b086f153
commit fc48e6f932
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

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;