mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
php56: 5.6.26 -> 5.6.27
Fixes some security vulnerabilities: https://secure.php.net/ChangeLog-5.php#5.6.27
This commit is contained in:
parent
6ad403728e
commit
0f42ee7c88
1 changed files with 2 additions and 2 deletions
|
@ -301,8 +301,8 @@ let
|
|||
|
||||
in {
|
||||
php56 = generic {
|
||||
version = "5.6.26";
|
||||
sha256 = "0dk2ifn50iv8jvw2jyw2pr9xqnkksxfv9qbpay84na54hf0anynl";
|
||||
version = "5.6.27";
|
||||
sha256 = "0g1adx231c738694gc4bh8x65c7fwsqdbm42n9xwrsdncyhd6xrv";
|
||||
};
|
||||
|
||||
php70 = generic {
|
||||
|
|
Loading…
Reference in a new issue