6d4aeb4377
GitOrigin-RevId: 0f213d0fee84280d8c3a97f7469b988d6fe5fcdf
7 lines
215 B
Nix
7 lines
215 B
Nix
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
|
wordpress = wordpress6_1;
|
|
wordpress6_1 = {
|
|
version = "6.1.1";
|
|
hash = "sha256-IR6FSmm3Pd8cCHNQTH1oIaLYsEP1obVjr0bDJkD7H60=";
|
|
};
|
|
}
|