wordpress: 6.6.2 -> 6.7

Update the package to the latest version.
This commit is contained in:
Viorel-Cătălin Răpițeanu 2024-11-16 12:05:41 +02:00
parent 1cf59f051c
commit 5705ab5bc5
4 changed files with 7 additions and 6 deletions

View File

@ -67,7 +67,7 @@ rec {
networking.hosts."127.0.0.1" = [ "site1.local" "site2.local" ];
};
}) {} [
"6_6"
"6_7"
];
testScript = ''

View File

@ -1,7 +1,7 @@
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
wordpress = wordpress_6_6;
wordpress_6_6 = {
version = "6.6.2";
hash = "sha256-JpemjLPc9IP0/OiASSVpjHRmQBs2n8Mt4nB6WcTCB9Y=";
wordpress = wordpress_6_7;
wordpress_6_7 = {
version = "6.7";
hash = "sha256-UDcayx3Leen0HHPcORZ+5cmvfod4BLOWB1HKd6j5rqM=";
};
}

View File

@ -1308,6 +1308,7 @@ mapAliases {
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
wordpress_6_6 = throw "'wordpress_6_6' has been removed in favor of the latest version"; # Added 2024-11-17
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

View File

@ -18953,7 +18953,7 @@ with pkgs;
});
inherit (callPackage ../servers/web-apps/wordpress {})
wordpress wordpress_6_6;
wordpress wordpress_6_7;
wordpressPackages = ( callPackage ../servers/web-apps/wordpress/packages {
plugins = lib.importJSON ../servers/web-apps/wordpress/packages/plugins.json;