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