From 3eab29cf0d2ceb0d7209ca724c5a1d164cebd2be Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Wed, 15 Oct 2025 11:27:45 +0200 Subject: [PATCH] mastodon: 4.4.6 -> 4.4.7 Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.4.7 --- 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 79e8d0ee7782..8f28667c1604 100644 --- a/pkgs/servers/mastodon/source.nix +++ b/pkgs/servers/mastodon/source.nix @@ -5,14 +5,14 @@ patches ? [ ], }: let - version = "4.4.6"; + version = "4.4.7"; in applyPatches { src = fetchFromGitHub { owner = "mastodon"; repo = "mastodon"; rev = "v${version}"; - hash = "sha256-lqlte21kQUompQAH2rvceiuRY5jG5ZJUK8rWyHN2suQ="; + hash = "sha256-jm8qqgYEQMDB/5p/iQecFAGIIazPuv4ruoVgy9YSlVU="; passthru = { inherit version; yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0=";