mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
wordpress_6_9: 6.9.6 -> 6.9.7
Fixes a security vulnerability (privilege escalation).
Fixes: GHSA-8vr3-7mxf-gx8w
Fixes: CVE-2026-65640
Announcement: https://wordpress.org/news/2026/08/wordpress-7-0-4-release/
(cherry picked from commit 06d392613a)
This commit is contained in:
committed by
github-actions[bot]
parent
b904635f3e
commit
296a032e8d
@@ -10,8 +10,8 @@ builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
||||
hash = "sha256-U4jnqPpGLDLkHOXKu3luIijNGHtrgNFdBpqNXm7NPgU=";
|
||||
};
|
||||
wordpress_6_9 = {
|
||||
version = "6.9.6";
|
||||
hash = "sha256-kyTKCV/z5RtKmrEcAdb8lPtutloBCjOHCSFTNwFCGH8=";
|
||||
version = "6.9.7";
|
||||
hash = "sha256-Ef1l7Mv03V3l7LNyS1X5LFbWweqWdJf+k3S83XpvvaY=";
|
||||
};
|
||||
wordpress_7_0 = {
|
||||
version = "7.0.3";
|
||||
|
||||
Reference in New Issue
Block a user