mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
wordpress: 6.9.4 -> 7.0
This commit is contained in:
parent
583b42977b
commit
ee40a45bbb
3 changed files with 7 additions and 1 deletions
|
|
@ -90,6 +90,7 @@ rec {
|
|||
"6_7"
|
||||
"6_8"
|
||||
"6_9"
|
||||
"7_0"
|
||||
];
|
||||
|
||||
testScript = ''
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ callPackage }:
|
||||
builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
||||
wordpress = wordpress_6_9;
|
||||
wordpress = wordpress_7_0;
|
||||
wordpress_6_7 = {
|
||||
version = "6.7.5";
|
||||
hash = "sha256-IS9B6kwjWLYLybmWG2Ym5+JAgFExMqhcEQsJJF2puXg=";
|
||||
|
|
@ -13,4 +13,8 @@ builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
|||
version = "6.9.4";
|
||||
hash = "sha256-22EK2fVJ4Ku1rz49XGcpxY2HRDllTN8K/qQlsuqJXzU=";
|
||||
};
|
||||
wordpress_7_0 = {
|
||||
version = "7.0";
|
||||
hash = "sha256-UwyP3rFvsK/9tT63J7agS7jRZmIcIAKeOJyrsBoPqSE=";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11767,6 +11767,7 @@ with pkgs;
|
|||
wordpress_6_7
|
||||
wordpress_6_8
|
||||
wordpress_6_9
|
||||
wordpress_7_0
|
||||
;
|
||||
|
||||
wordpressPackages = recurseIntoAttrs (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue