From 4c26f1890d35f7064fc8847d24cb0bc7a41bf7d6 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Tue, 3 Feb 2026 16:15:17 +0100 Subject: [PATCH] mastodon: 4.5.5 -> 4.5.6 Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.5.6 --- pkgs/servers/mastodon/source.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix index 6c8361141111..70bba321fca5 100644 --- a/pkgs/servers/mastodon/source.nix +++ b/pkgs/servers/mastodon/source.nix @@ -5,14 +5,14 @@ patches ? [ ], }: let - version = "4.5.5"; + version = "4.5.6"; in applyPatches { src = fetchFromGitHub { owner = "mastodon"; repo = "mastodon"; rev = "v${version}"; - hash = "sha256-3tu7HYrJ+32yIgO6zVBokPTt66zICZOBzRFAeEVidWo="; + hash = "sha256-m2LDNyv2jxsp5zPKOfQWvtBG8bD8iuBWBEoz+L0OvNk="; passthru = { inherit version; yarnHash = "sha256-2MOl6kHidkGU2I/cZaUmbQCiEl9SDfL/j9fT/6eNdFA=";