f9d1f80045
release-22.11 currently tracks 6.0 for pkgs.wordpress. This means there is no way to opt in to the newer version. Similiar to nextcloud and go, we have broken out a new derivation to opt in. It is a nop for unstable, and only useful when backported. Updates #208529
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=";
|
|
};
|
|
}
|