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:
parent
2d2c50b707
commit
40a50abc5e
@ -67,7 +67,7 @@ with lib; {
|
|||||||
templates-patterns-collection = fetchPlugin {
|
templates-patterns-collection = fetchPlugin {
|
||||||
name = "templates-patterns-collection";
|
name = "templates-patterns-collection";
|
||||||
version = "1.2.7";
|
version = "1.2.7";
|
||||||
hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
|
hash = "sha256-r4jwy2bS5u8E+JSXn8k73qIcWJYjFy2McdV1YlbPQQk=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user