Unverified Commit 45ea1fa0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

wordpress: 6.7.1 -> 6.7.2 (#383789)

parents f377b3c1 cdeaae76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
builtins.mapAttrs (_: callPackage ./generic.nix) rec {
  wordpress = wordpress_6_7;
  wordpress_6_7 = {
    version = "6.7.1";
    hash = "sha256-M1Kc1jjIRQB+jg0myR1gycFrgiyEnI3urQPQyFGibes=";
    version = "6.7.2";
    hash = "sha256-z9nIPPqd2gNRiY6ptz9YmVyBeZSlQkvhh3f4PohqPPY=";
  };
}