wordpress_6_7: drop

This commit is contained in:
Bart Oostveen 2026-05-22 21:17:25 +02:00
commit 48c8a7d951
No known key found for this signature in database
GPG key ID: 992D94B57AC43430
4 changed files with 1 additions and 6 deletions

View file

@ -87,7 +87,6 @@ rec {
)
{ }
[
"6_7"
"6_8"
"6_9"
"7_0"

View file

@ -1,10 +1,6 @@
{ callPackage }:
builtins.mapAttrs (_: callPackage ./generic.nix) rec {
wordpress = wordpress_7_0;
wordpress_6_7 = {
version = "6.7.5";
hash = "sha256-IS9B6kwjWLYLybmWG2Ym5+JAgFExMqhcEQsJJF2puXg=";
};
wordpress_6_8 = {
version = "6.8.5";
hash = "sha256-N/WVUQxI0W3t4L+lr6KcuK8S2/Dj00WyXElMFfjIHYE=";

View file

@ -2241,6 +2241,7 @@ mapAliases {
wmii_hg = throw "'wmii_hg' has been renamed to/replaced by 'wmii'"; # Converted to throw 2025-10-27
wolfssl = throw "'wolfssl' has been removed because it has an unclear licensing situation and no remaining users in Nixpkgs"; # Added 2026-04-03
woof = throw "'woof' has been removed as it is broken and unmaintained upstream"; # Added 2025-09-04
wordpress_6_7 = throw "'wordpress_6_7' has been removed in favor of the new release, as it is unmaintained upstream"; # Added 2026-05-22
worldengine-cli = throw "'worldengine-cli' has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-04
wpa_supplicant_ro_ssids = throw "'wpa_supplicant_ro_ssids' has been renamed to/replaced by 'wpa_supplicant'"; # Converted to throw 2025-10-27
wrangler_1 = throw "'wrangler_1' has been removed as it has been abandoned upstream and has known vulnerabilities, consider using 'wrangler' instead."; # Added 2026-02-01

View file

@ -11764,7 +11764,6 @@ with pkgs;
inherit (callPackage ../servers/web-apps/wordpress { })
wordpress
wordpress_6_7
wordpress_6_8
wordpress_6_9
wordpress_7_0