From 6228a20bf988dab923562cae0ad611b6303af63b Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 28 Jan 2024 04:46:35 +0100 Subject: [PATCH] Update mastodon to 4.2.4 --- config/hosts/mastodon/mastodon.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hosts/mastodon/mastodon.nix b/config/hosts/mastodon/mastodon.nix index 79c0da0..4bb680c 100644 --- a/config/hosts/mastodon/mastodon.nix +++ b/config/hosts/mastodon/mastodon.nix @@ -6,12 +6,12 @@ let }; mastodonNekoverseOverlay = final: prev: { mastodon = (prev.mastodon.override rec { - version = "4.2.3"; + version = "4.2.4"; srcOverride = final.applyPatches { src = final.fetchgit { url = "https://github.com/mastodon/mastodon.git"; rev = "v${version}"; - sha256 = "sha256-e8O4kxsrHf+wEtl4S57xIL1VEvhUSjyCbmz4r9p8Zhw="; + sha256 = "sha256-YPGOe9wywRls26PqEbqFeQRg7rcnRBO2NyiNW1fssts="; }; patches = [ "${mastodonNekoversePatches}/patches/001_increase_image_dimensions_limit.patch"