mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
12 lines
326 B
Nix
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=";
|
|
};
|
|
}
|