Merge pull request 'security: update mastodon to 4.2.5' (#108) from security/mastodon-4.2.5 into main

Reviewed-on: pub-solar/infra#108
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2024-02-01 17:11:05 +00:00
commit 0deb8eb6be
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -14,6 +14,15 @@
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=";
})
];
};
})
];
});