Commit b4521212 authored by Weijia Wang's avatar Weijia Wang
Browse files

wordpress: 6.2.2 -> 6.3.1

parent 6fb1efb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ rec {
      networking.hosts."127.0.0.1" = [ "site1.local" "site2.local" ];
    };
  }) {} [
    "6_1" "6_2"
    "6_1" "6_2" "6_3"
  ];

  testScript = ''
+5 −1
Original line number Diff line number Diff line
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
  wordpress = wordpress6_2;
  wordpress = wordpress6_3;
  wordpress6_3 = {
    version = "6.3.1";
    hash = "sha256-HVV7pANMimJN4P1PsuAyIAZFejvYMQESXmVpoxac8X8=";
  };
  wordpress6_2 = {
    version = "6.2.2";
    hash = "sha256-0qpvPauGbeP1MLHmz6gItJf80Erts7E7x28TM9AmAPk=";
+1 −1
Original line number Diff line number Diff line
@@ -41667,7 +41667,7 @@ with pkgs;
  wmutils-opt = callPackage ../tools/X11/wmutils-opt { };
  inherit (callPackage ../servers/web-apps/wordpress {})
    wordpress wordpress6_1 wordpress6_2;
    wordpress wordpress6_1 wordpress6_2 wordpress6_3;
  wordpressPackages = ( callPackage ../servers/web-apps/wordpress/packages {
    plugins = lib.importJSON ../servers/web-apps/wordpress/packages/plugins.json;