From fcc74784ea4c212a48dd2d081b2e7406d73dda92 Mon Sep 17 00:00:00 2001
From: teutat3s <teutates@mailbox.org>
Date: Tue, 6 Feb 2024 10:57:28 +0100
Subject: [PATCH] fix: remove mastodon version 4.2.5 overlay

It's now included in nixos-23.11
---
 overlays/default.nix | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/overlays/default.nix b/overlays/default.nix
index 3c1dd0ce..6b81e38d 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -14,15 +14,6 @@
             in
             {
               element-themes = prev.callPackage ./pkgs/element-themes { inherit (inputs) element-themes; };
-              mastodon = prev.mastodon.override {
-                 version = "4.2.5";
-                 patches = [
-                   (final.fetchpatch {
-                     url = "https://github.com/mastodon/mastodon/compare/v4.2.4...v4.2.5.patch";
-                     hash = "sha256-CtzYV1i34s33lV/1jeNcr9p/x4Es1zRaf4l1sNWVKYk=";
-                   })
-                 ];
-               };
             })
         ];
       });