1
0
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:
Stefan Ellmauthaler 2024-03-12 14:01:04 +01:00
parent 6592b5d212
commit 5fb6524c4b
Failed to extract signature

View File

@ -52,17 +52,17 @@ with lib; {
neve = fetchTheme { neve = fetchTheme {
name = "neve"; name = "neve";
version = "3.8.3"; version = "3.8.3";
hash = "sha256-X3Jv2kn0FCCOPgrID0ZU8CuSjm/Ia/d+om/ShP5IBgA="; hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
}; };
antispam-bee = fetchPlugin { antispam-bee = fetchPlugin {
name = "antispam-bee"; name = "antispam-bee";
version = "2.11.5"; version = "2.11.5";
hash = "sha256-X3Jv2kn0FCCOPgrID0ZU8CuSjm/Ia/d+om/ShP5IBgA="; hash = "sha256-LTF7kDGJ36JuQ7ZGWl2wRCrQBmo9uD30/OlPDpl7cd0=";
}; };
wordpress-seo = fetchPlugin { wordpress-seo = fetchPlugin {
name = "wordpress-seo"; name = "wordpress-seo";
version = "22.2"; version = "22.2";
hash = "sha256-X3Jv2kn0FCCOPgrID0ZU8CuSjm/Ia/d+om/ShP5IBgA="; hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
}; };
in in
mkIf cfg.enable { mkIf cfg.enable {