wordpress_7_0: 7.0.1 -> 7.0.2, wordpress_6_9: 6.9.4 -> 6.9.5, wordpress_6_8: 6.8.5 -> 6.8.6 (#543031)

This commit is contained in:
Sandro
2026-07-18 12:16:12 +00:00
committed by GitHub

View File

@@ -2,15 +2,15 @@
builtins.mapAttrs (_: callPackage ./generic.nix) rec {
wordpress = wordpress_7_0;
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.1";
hash = "sha256-3BBZLam1gMdSVjKFDgzO03GxMIGFOsKa/pO11bsA25g=";
version = "7.0.2";
hash = "sha256-1KTSGd6mTGxo5i8v/D8zHFR1UQJG1sRPYftS83fSlbk=";
};
}