php: Remove version 5.4 which is EOL
This commit is contained in:
parent
42634fe6cc
commit
fc84ee22df
@ -287,11 +287,6 @@ let
|
||||
|
||||
in {
|
||||
|
||||
php54 = generic {
|
||||
version = "5.4.45";
|
||||
sha256 = "10k59j7zjx2mrldmgfvjrrcg2cslr2m68azslspcz5acanqjh3af";
|
||||
};
|
||||
|
||||
php55 = generic {
|
||||
version = "5.5.32";
|
||||
sha256 = "1vljdvyqsq0vas4yhvpqycqyxl2gfndbmak6cfgxn1cfvc4c3wmh";
|
||||
|
@ -5309,7 +5309,6 @@ let
|
||||
});
|
||||
|
||||
inherit (callPackages ../development/interpreters/php { })
|
||||
php54
|
||||
php55
|
||||
php56
|
||||
php70;
|
||||
|
Loading…
Reference in New Issue
Block a user