mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
wordpress: 6.7.2 -> 6.8
This commit is contained in:
parent
a0954e1cbc
commit
33730e48b8
3 changed files with 7 additions and 1 deletions
|
@ -89,6 +89,7 @@ rec {
|
|||
{ }
|
||||
[
|
||||
"6_7"
|
||||
"6_8"
|
||||
];
|
||||
|
||||
testScript = ''
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ callPackage }:
|
||||
builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
||||
wordpress = wordpress_6_7;
|
||||
wordpress = wordpress_6_8;
|
||||
wordpress_6_7 = {
|
||||
version = "6.7.2";
|
||||
hash = "sha256-z9nIPPqd2gNRiY6ptz9YmVyBeZSlQkvhh3f4PohqPPY=";
|
||||
};
|
||||
wordpress_6_8 = {
|
||||
version = "6.8";
|
||||
hash = "sha256-99vtxCPds/Lz6Y6RQPFyC/1tSo9Ic8hdouYvageN4Qo=";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18997,6 +18997,7 @@ with pkgs;
|
|||
inherit (callPackage ../servers/web-apps/wordpress { })
|
||||
wordpress
|
||||
wordpress_6_7
|
||||
wordpress_6_8
|
||||
;
|
||||
|
||||
wordpressPackages = recurseIntoAttrs (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue