3
0
Fork 0
forked from mirrors/nixpkgs

php55: remove unmaintained version

Does not receive security updates from upstream
This commit is contained in:
Robin Gloster 2016-08-24 23:57:17 +00:00
parent ddcf70482c
commit 07b8f53612
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882
2 changed files with 0 additions and 11 deletions

View file

@ -297,12 +297,6 @@ let
});
in {
php55 = generic {
version = "5.5.38";
sha256 = "0f1y76whg6yx9a18mh97f8yq8lb64ri1f0zfr9la9374nbmq2g27";
};
php56 = generic {
version = "5.6.24";
sha256 = "1iiqmjgxr10ci69f33fzyhplp06km6ybgqmxr1g142pdqdz628xz";

View file

@ -5864,10 +5864,6 @@ in
phpPackages = php56Packages;
php55Packages = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php55;
});
php56Packages = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php56;
});
@ -5877,7 +5873,6 @@ in
});
inherit (callPackages ../development/interpreters/php { })
php55
php56
php70;