mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
12 lines
328 B
Nix
12 lines
328 B
Nix
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
|
wordpress = wordpress6_2;
|
|
wordpress6_2 = {
|
|
version = "6.2.2";
|
|
hash = "sha256-0qpvPauGbeP1MLHmz6gItJf80Erts7E7x28TM9AmAPk=";
|
|
};
|
|
wordpress6_1 = {
|
|
version = "6.1.2";
|
|
hash = "sha256-ozpuCVeni71CUylmUBk8wVo5ygZAKY7IdZ12DKbpSrw=";
|
|
};
|
|
}
|