Commit 33730e48 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

wordpress: 6.7.2 -> 6.8

parent a0954e1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ rec {
      { }
      [
        "6_7"
        "6_8"
      ];

  testScript = ''
+5 −1
Original line number Diff line number Diff line
{ 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=";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -18997,6 +18997,7 @@ with pkgs;
  inherit (callPackage ../servers/web-apps/wordpress { })
    wordpress
    wordpress_6_7
    wordpress_6_8
    ;
  wordpressPackages = recurseIntoAttrs (