mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user