wordpress: 6.7.1 -> 6.7.2

This commit is contained in:
R. Ryantm
2025-02-20 23:55:46 +00:00
parent 086a4138fc
commit cdeaae7690
+2 -2
View File
@@ -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=";
};
}