From 2ffdac43c946fcfbf080227a564daf6711c44c39 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Wed, 7 Jan 2026 16:16:00 +0100 Subject: [PATCH] mastodon: 4.5.3 -> 4.5.4 Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.5.4 --- 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 15f425c08bc6..3d0c07ca0274 100644 --- a/pkgs/servers/mastodon/source.nix +++ b/pkgs/servers/mastodon/source.nix @@ -5,14 +5,14 @@ patches ? [ ], }: let - version = "4.5.3"; + version = "4.5.4"; in applyPatches { src = fetchFromGitHub { owner = "mastodon"; repo = "mastodon"; rev = "v${version}"; - hash = "sha256-OOcy4eBGao2cVnRYhAogeSw0X234TEr50tFT2sSjmaQ="; + hash = "sha256-nA5lxp8U+UtwrfLqvQmThMIQBdkx5rSc3P0MBrMwwSU="; passthru = { inherit version; yarnHash = "sha256-2MOl6kHidkGU2I/cZaUmbQCiEl9SDfL/j9fT/6eNdFA=";