From fc312cf9478c04a9da8f36fb261950672249e361 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 14 Mar 2024 12:17:58 +0100 Subject: [PATCH] Fixed hashes and typo --- modules/server/wordpress.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/server/wordpress.nix b/modules/server/wordpress.nix index 0767950..42add00 100644 --- a/modules/server/wordpress.nix +++ b/modules/server/wordpress.nix @@ -58,8 +58,8 @@ with lib; { ascend = fetchTheme { name = "ascend"; version = "1.4.13"; - hash = "sha256-LTF7kDGJ36JuQ7ZGWl2wRCrQBmo9uD30/OlPDpl7cd0="; - } + hash = "sha256-goJD3d3kRsnPypzcXDqiik1d3ivvM+zAECU872Mk3as="; + }; antispam-bee = fetchPlugin { name = "antispam-bee"; version = "2.11.5";