Unverified Commit d64b0605 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #233366 from onny/wordpress-622

wordpress6_2: 6.2.1 -> 6.2.2
parents fc89970a c92f2244
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
  wordpress = wordpress6_2;
  wordpress6_2 = {
    version = "6.2.1";
    hash = "sha256-jGmOEmdj3n4bCoTJH/4DEsjTBiaEmaxBt1kA19HctU8=";
    version = "6.2.2";
    hash = "sha256-0qpvPauGbeP1MLHmz6gItJf80Erts7E7x28TM9AmAPk=";
  };
  wordpress6_1 = {
    version = "6.1.2";