nixpkgs/pkgs/servers/web-apps/wordpress/default.nix
2023-05-03 13:56:50 +02:00

12 lines
326 B
Nix

{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
wordpress = wordpress6_2;
wordpress6_2 = {
version = "6.2";
hash = "sha256-FDEo3rZc7SU9yqAplUScSMUWOEVS0e/PsrOPjS9m+QQ=";
};
wordpress6_1 = {
version = "6.1.1";
hash = "sha256-IR6FSmm3Pd8cCHNQTH1oIaLYsEP1obVjr0bDJkD7H60=";
};
}