From 192ebde66f08e1ca440912d5854589721ce60d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 24 Jun 2026 17:11:34 +0200 Subject: [PATCH] mastodon: fix bird-ui re-tag --- modules/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mastodon.nix b/modules/mastodon.nix index c220b04..94489ce 100644 --- a/modules/mastodon.nix +++ b/modules/mastodon.nix @@ -58,7 +58,7 @@ in owner = "ronilaukkarinen"; repo = "mastodon-bird-ui"; tag = "4.0.0"; - hash = "sha256-rFPkPLspuswC4vZHpedDvpBJOeV2rUuU1wxfKYY2ixw="; + hash = "sha256-ydY4+eNBRfP3TALDzK5E6sJ5V5wDhMg/OPT2HpcmGVI="; }; in { pname = "mastodon-birdui-theme";