wordpress_6_9: 6.9.5 -> 6.9.6

Fixes (high-severity) security vulnerabilities, of which a priviledge escalation and a multitude of XSS vulnerabilities.

Fixes: GHSA-52p2-r8wf-jcrf
Fixes: CVE-2026-64638
Announcement: https://wordpress.org/news/2026/08/wordpress-7-0-3-release/
This commit is contained in:
Bart Oostveen
2026-08-06 21:37:48 +02:00
parent 72d3f61444
commit a4ad8440f6

View File

@@ -6,8 +6,8 @@ builtins.mapAttrs (_: callPackage ./generic.nix) rec {
hash = "sha256-Fu0P83henBEdNbXXVb7cKc69zcLrGyRMx7LcTea+if0=";
};
wordpress_6_9 = {
version = "6.9.5";
hash = "sha256-01h7VJpvXZDG5PQmj/xsI2cUY2Jc+ImiyBWnB86fXEE=";
version = "6.9.6";
hash = "sha256-kyTKCV/z5RtKmrEcAdb8lPtutloBCjOHCSFTNwFCGH8=";
};
wordpress_7_0 = {
version = "7.0.2";