mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
services.mastodon: security update to 4.2.5
This commit is contained in:
@@ -12,6 +12,16 @@ inputs:
|
||||
inherit (builtins) toString;
|
||||
in mkIf mastodon.enable
|
||||
{
|
||||
# TODO: remove in next release
|
||||
nixpkgs.overlays = [(final: prev: { mastodon = prev.mastodon.override
|
||||
{
|
||||
version = "4.2.5";
|
||||
patches = prev.patches or [] ++ [(final.fetchpatch
|
||||
{
|
||||
url = "https://github.com/mastodon/mastodon/compare/v4.2.4...v4.2.5.patch";
|
||||
hash = "sha256-CtzYV1i34s33lV/1jeNcr9p/x4Es1zRaf4l1sNWVKYk=";
|
||||
})];
|
||||
};})];
|
||||
services.mastodon =
|
||||
{
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user