From a1ac5195b2e8536d1d35ded33d33c3f5730a086a Mon Sep 17 00:00:00 2001 From: Félix Baylac-Jacqué Date: Fri, 17 Sep 2021 14:55:51 +0200 Subject: pleroma: 2.4.0 -> 2.4.1 Changed - Make mix pleroma.database set_text_search_config run concurrently and indefinitely Added - AdminAPI: Missing configuration description for StealEmojiPolicy Fixed - MastodonAPI: Stream out Create activities - MRF ObjectAgePolicy: Fix pattern matching on "published" - TwitterAPI: Make change_password and change_email require params on body instead of query - Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies - AdminAPI: Fix rendering reports containing a nil object - Mastodon API: Activity Search fallbacks on status fetching after a DB Timeout/Error - Mastodon API: Fix crash in Streamer related to reblogging - AdminAPI: List available frontends when static/frontends folder is missing - Make activity search properly use language-aware GIN indexes - AdminAPI: Fix suggestions for MRF Policies --- pkgs/servers/pleroma/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/servers/pleroma/default.nix') diff --git a/pkgs/servers/pleroma/default.nix b/pkgs/servers/pleroma/default.nix index 356d320d4d1f0..21d65b40aace7 100644 --- a/pkgs/servers/pleroma/default.nix +++ b/pkgs/servers/pleroma/default.nix @@ -7,14 +7,14 @@ beamPackages.mixRelease rec { pname = "pleroma"; - version = "2.4.0"; + version = "2.4.1"; src = fetchFromGitLab { domain = "git.pleroma.social"; owner = "pleroma"; repo = "pleroma"; rev = "v${version}"; - sha256 = "sha256-1zp/qVk2K3q8AtkfXab0MBAHaQnY5enVtfdu64FFPhg="; + sha256 = "sha256-XYZIf8/Vznl4FvVAOy5GVfTBTCwhfUol/3vWWIDwIxQ="; }; mixNixDeps = import ./mix.nix { -- cgit 1.4.1