1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

[wordpress] fix wrong hash

This commit is contained in:
Stefan Ellmauthaler 2024-03-12 14:34:11 +01:00
parent 2d2c50b707
commit 40a50abc5e
Failed to extract signature

View File

@ -67,7 +67,7 @@ with lib; {
templates-patterns-collection = fetchPlugin {
name = "templates-patterns-collection";
version = "1.2.7";
hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
hash = "sha256-r4jwy2bS5u8E+JSXn8k73qIcWJYjFy2McdV1YlbPQQk=";
};
in
mkIf cfg.enable {