mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
php70: 7.0.19 -> 7.0.21 for multiple CVEs
Fixes: * CVE-2017-9224 * CVE-2017-9226 * CVE-2017-9227 * CVE-2017-9228 * CVE-2017-9229 See: * https://secure.php.net/ChangeLog-7.php#7.0.20 * https://secure.php.net/ChangeLog-7.php#7.0.21
This commit is contained in:
parent
586f780828
commit
f15f580cca
1 changed files with 2 additions and 2 deletions
|
@ -330,8 +330,8 @@ in {
|
|||
};
|
||||
|
||||
php70 = generic {
|
||||
version = "7.0.19";
|
||||
sha256 = "0nbxgx5fkj1bcach97a3169kwic7jbd4b435n7v25v1aq2pw0fhg";
|
||||
version = "7.0.21";
|
||||
sha256 = "07r3qqyyvf16k4xk5b2070fwilggmph5937drjm8cvyyjb1k789b";
|
||||
};
|
||||
|
||||
php71 = generic {
|
||||
|
|
Loading…
Reference in a new issue