php73: 7.3.11 -> 7.3.12

This commit is contained in:
Izorkin 2019-12-05 09:13:56 +03:00
parent c56f044aa4
commit 1b903aa70e
1 changed files with 2 additions and 2 deletions

View File

@ -270,8 +270,8 @@ in {
}; };
php73 = generic { php73 = generic {
version = "7.3.11"; version = "7.3.12";
sha256 = "1rxm256vhnvyabfwmyv51sqrkjlid1g8lczcy4skc2f72d5zzlcj"; sha256 = "0fccmnrwwyy5zvhj8wbyqqlyqr7pr5v4pfiqriw0ahciz4lv05yk";
# https://bugs.php.net/bug.php?id=76826 # https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php73-darwin-isfinite.patch; extraPatches = optional stdenv.isDarwin ./php73-darwin-isfinite.patch;