php: fix hashes for 5.5 and 5.6
This commit is contained in:
parent
08f0ce1d0a
commit
5c59a30191
|
@ -300,12 +300,12 @@ in {
|
||||||
|
|
||||||
php55 = generic {
|
php55 = generic {
|
||||||
version = "5.5.37";
|
version = "5.5.37";
|
||||||
sha256 = "1fvipg3p8m61kym2ir589vi1l6zm0r95rd97z5s6sq6ylgxfv114";
|
sha256 = "122xj115fjl6rqlxqqjzvh16fbm801yqcmfh9hn7zwfa8sz0wf6j";
|
||||||
};
|
};
|
||||||
|
|
||||||
php56 = generic {
|
php56 = generic {
|
||||||
version = "5.6.23";
|
version = "5.6.23";
|
||||||
sha256 = "1il8kwg3pak06i4fz09br7vjsxvwfgxcd95zyaf6kyjjrj08mnlh";
|
sha256 = "1isq6pym20nwsf2j1jdz321vck9xd6g86q2b13vycxyjjq42ikgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
php70 = generic {
|
php70 = generic {
|
||||||
|
|
Loading…
Reference in New Issue