wordpress_7_0: 7.0.1 -> 7.0.2

Fixes (high-severity) security vulnerabilities, of which a SQL injection into RCE.
Announcement: https://wordpress.org/news/2026/07/wordpress-7-0-2-release/
This commit is contained in:
Bart Oostveen
2026-07-17 21:32:42 +02:00
parent ce2757f187
commit 41b3e45366

View File

@@ -10,7 +10,7 @@ builtins.mapAttrs (_: callPackage ./generic.nix) rec {
hash = "sha256-22EK2fVJ4Ku1rz49XGcpxY2HRDllTN8K/qQlsuqJXzU=";
};
wordpress_7_0 = {
version = "7.0.1";
hash = "sha256-3BBZLam1gMdSVjKFDgzO03GxMIGFOsKa/pO11bsA25g=";
version = "7.0.2";
hash = "sha256-1KTSGd6mTGxo5i8v/D8zHFR1UQJG1sRPYftS83fSlbk=";
};
}