php: 7.3.12 -> 7.3.13

This commit is contained in:
Markus Kowalewski 2019-12-21 14:04:58 +01:00
parent 33e87b06d3
commit 10060abfc0
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

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