mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
[Backport release-26.05] wordpress_7_0: 7.0.0 -> 7.0.2, wordpress_6_9: 6.9.4 -> 6.9.5, wordpress_6_8: 6.8.5 -> 6.8.6 (#543217)
This commit is contained in:
@@ -6,15 +6,15 @@ builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
||||
hash = "sha256-IS9B6kwjWLYLybmWG2Ym5+JAgFExMqhcEQsJJF2puXg=";
|
||||
};
|
||||
wordpress_6_8 = {
|
||||
version = "6.8.5";
|
||||
hash = "sha256-N/WVUQxI0W3t4L+lr6KcuK8S2/Dj00WyXElMFfjIHYE=";
|
||||
version = "6.8.6";
|
||||
hash = "sha256-ID5C12xn+GprUynX8WLS5dl9iJyv13yDxYbqMDPB8P4=";
|
||||
};
|
||||
wordpress_6_9 = {
|
||||
version = "6.9.4";
|
||||
hash = "sha256-22EK2fVJ4Ku1rz49XGcpxY2HRDllTN8K/qQlsuqJXzU=";
|
||||
version = "6.9.5";
|
||||
hash = "sha256-01h7VJpvXZDG5PQmj/xsI2cUY2Jc+ImiyBWnB86fXEE=";
|
||||
};
|
||||
wordpress_7_0 = {
|
||||
version = "7.0";
|
||||
hash = "sha256-UwyP3rFvsK/9tT63J7agS7jRZmIcIAKeOJyrsBoPqSE=";
|
||||
version = "7.0.2";
|
||||
hash = "sha256-1KTSGd6mTGxo5i8v/D8zHFR1UQJG1sRPYftS83fSlbk=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user