wordpress: 6.7 -> 6.7.1

This commit is contained in:
R. Ryantm 2024-11-23 13:09:02 +00:00 committed by Weijia Wang
parent d440628dda
commit 83aba60746

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=";
};
}