wordpress: 6.7 -> 6.7.1 (#358426)

This commit is contained in:
Weijia Wang
2024-11-25 21:07:33 +01:00
committed by GitHub
+2 -2
View File
@@ -1,7 +1,7 @@
{ callPackage }: builtins.mapAttrs (_: callPackage ./generic.nix) rec {
wordpress = wordpress_6_7;
wordpress_6_7 = {
version = "6.7";
hash = "sha256-UDcayx3Leen0HHPcORZ+5cmvfod4BLOWB1HKd6j5rqM=";
version = "6.7.1";
hash = "sha256-M1Kc1jjIRQB+jg0myR1gycFrgiyEnI3urQPQyFGibes=";
};
}