Merge pull request #260856 from onny/wordpress-update4

wordpress6_3: 6.3.1 -> 6.3.2
This commit is contained in:
Weijia Wang
2023-10-13 15:45:22 +02:00
committed by GitHub
+2 -2
View File
@@ -1,7 +1,7 @@
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
wordpress = wordpress6_3;
wordpress6_3 = {
version = "6.3.1";
hash = "sha256-HVV7pANMimJN4P1PsuAyIAZFejvYMQESXmVpoxac8X8=";
version = "6.3.2";
hash = "sha256-Jo2/Vlm4Ml24ucPI6ZHs2mkbpY2rZB1dofmGXNPweA8=";
};
}