mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
php: 5.5.37 -> 5.5.38, 5.6.23 -> 5.6.24 (security)
https://secure.php.net/ChangeLog-5.php#5.5.38 https://secure.php.net/ChangeLog-5.php#5.6.24
This commit is contained in:
parent
5bf4a9ff73
commit
63784b8021
@ -299,13 +299,13 @@ let
|
||||
in {
|
||||
|
||||
php55 = generic {
|
||||
version = "5.5.37";
|
||||
sha256 = "122xj115fjl6rqlxqqjzvh16fbm801yqcmfh9hn7zwfa8sz0wf6j";
|
||||
version = "5.5.38";
|
||||
sha256 = "0f1y76whg6yx9a18mh97f8yq8lb64ri1f0zfr9la9374nbmq2g27";
|
||||
};
|
||||
|
||||
php56 = generic {
|
||||
version = "5.6.23";
|
||||
sha256 = "1isq6pym20nwsf2j1jdz321vck9xd6g86q2b13vycxyjjq42ikgs";
|
||||
version = "5.6.24";
|
||||
sha256 = "1iiqmjgxr10ci69f33fzyhplp06km6ybgqmxr1g142pdqdz628xz";
|
||||
};
|
||||
|
||||
php70 = generic {
|
||||
|
Loading…
Reference in New Issue
Block a user