mastodon: Don't manually override package version

This commit is contained in:
OatmealDome
2026-01-25 13:06:39 -05:00
parent aca926c97b
commit aa93f83d48

View File

@@ -14,17 +14,6 @@ in {
services.mastodon = {
enable = true;
package = pkgs.mastodon.overrideAttrs (oldAttrs: {
version = "4.3.4";
src = pkgs.fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v4.3.4";
hash = "sha256-2FpiFSK9CBm7eHqVvV8pPp6fLc5jCcUektpSyxNnXtw=";
};
});
localDomain = "dolphin-emu.org";
smtp.fromAddress = "social@dolphin-emu.org";