about summary refs log tree commit diff
path: root/pkgs/servers/web-apps/wordpress/default.nix
blob: 15c57d93b5f2e8d2b4417f47671236b43aa69b5f (plain) (blame)
1
2
3
4
5
6
7
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
  wordpress = wordpress6_3;
  wordpress6_3 = {
    version = "6.3.1";
    hash = "sha256-HVV7pANMimJN4P1PsuAyIAZFejvYMQESXmVpoxac8X8=";
  };
}