mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
wordpress_7_0: 7.0.3 -> 7.0.4
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/
This commit is contained in:
@@ -10,7 +10,7 @@ builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
||||
hash = "sha256-Ef1l7Mv03V3l7LNyS1X5LFbWweqWdJf+k3S83XpvvaY=";
|
||||
};
|
||||
wordpress_7_0 = {
|
||||
version = "7.0.3";
|
||||
hash = "sha256-OOTH15WW1Y9g+lSWojVHFAfETcN6b5xNMdRgcJhei8Q=";
|
||||
version = "7.0.4";
|
||||
hash = "sha256-Jrmav8ZUJ/urUrJDFVOblE3O8UZ4maUla2wd4sSufkY=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user