mirror of
https://github.com/dolphin-emu/sadm.git
synced 2026-01-31 01:05:23 +01:00
mastodon: Don't manually override package version
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user