Unverified Commit dbd8326b authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: wordpress: drop unmaintained release (#355291)

parents e1571aa9 40d6aaae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ rec {
      networking.hosts."127.0.0.1" = [ "site1.local" "site2.local" ];
    };
  }) {} [
    "6_5" "6_6"
    "6_6"
  ];

  testScript = ''
+0 −4
Original line number Diff line number Diff line
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
  wordpress = wordpress_6_6;
  wordpress_6_5 = {
    version = "6.5.5";
    hash = "sha256-bIRmTqmzIRo1KdhAcJa1GxhVcTEiEaLFPzlNFbzfLcQ=";
  };
  wordpress_6_6 = {
    version = "6.6.2";
    hash = "sha256-JpemjLPc9IP0/OiASSVpjHRmQBs2n8Mt4nB6WcTCB9Y=";
+1 −0
Original line number Diff line number Diff line
@@ -1303,6 +1303,7 @@ mapAliases {
  wordpress6_3 = throw "'wordpress6_3' has been removed in favor of the latest version"; # Added 2024-08-03
  wordpress6_4 = throw "'wordpress6_4' has been removed in favor of the latest version"; # Added 2024-08-03
  wordpress6_5 = wordpress_6_5; # Added 2024-08-03
  wordpress_6_5 = throw "'wordpress_6_5' has been removed in favor of the latest version"; # Added 2024-11-11
  wormhole-rs = magic-wormhole-rs; # Added 2022-05-30. preserve, reason: Arch package name, main binary name
  wpa_supplicant_ro_ssids = lib.trivial.warn "Deprecated package: Please use wpa_supplicant instead. Read-only SSID patches are now upstream!" wpa_supplicant;
  wrapLisp_old = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
+1 −1
Original line number Diff line number Diff line
@@ -19035,7 +19035,7 @@ with pkgs;
  });
  inherit (callPackage ../servers/web-apps/wordpress {})
    wordpress wordpress_6_5 wordpress_6_6;
    wordpress wordpress_6_6;
  wordpressPackages = ( callPackage ../servers/web-apps/wordpress/packages {
    plugins = lib.importJSON ../servers/web-apps/wordpress/packages/plugins.json;