php: Remove version 5.4 which is EOL

This commit is contained in:
Eelco Dolstra 2016-02-11 11:27:34 +01:00
parent 42634fe6cc
commit fc84ee22df
2 changed files with 0 additions and 6 deletions

View File

@ -287,11 +287,6 @@ let
in {
php54 = generic {
version = "5.4.45";
sha256 = "10k59j7zjx2mrldmgfvjrrcg2cslr2m68azslspcz5acanqjh3af";
};
php55 = generic {
version = "5.5.32";
sha256 = "1vljdvyqsq0vas4yhvpqycqyxl2gfndbmak6cfgxn1cfvc4c3wmh";

View File

@ -5309,7 +5309,6 @@ let
});
inherit (callPackages ../development/interpreters/php { })
php54
php55
php56
php70;