mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
[wordpress] Fix hashes
This commit is contained in:
parent
6592b5d212
commit
5fb6524c4b
@ -52,17 +52,17 @@ with lib; {
|
||||
neve = fetchTheme {
|
||||
name = "neve";
|
||||
version = "3.8.3";
|
||||
hash = "sha256-X3Jv2kn0FCCOPgrID0ZU8CuSjm/Ia/d+om/ShP5IBgA=";
|
||||
hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
|
||||
};
|
||||
antispam-bee = fetchPlugin {
|
||||
name = "antispam-bee";
|
||||
version = "2.11.5";
|
||||
hash = "sha256-X3Jv2kn0FCCOPgrID0ZU8CuSjm/Ia/d+om/ShP5IBgA=";
|
||||
hash = "sha256-LTF7kDGJ36JuQ7ZGWl2wRCrQBmo9uD30/OlPDpl7cd0=";
|
||||
};
|
||||
wordpress-seo = fetchPlugin {
|
||||
name = "wordpress-seo";
|
||||
version = "22.2";
|
||||
hash = "sha256-X3Jv2kn0FCCOPgrID0ZU8CuSjm/Ia/d+om/ShP5IBgA=";
|
||||
hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
|
||||
};
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user