Bump mastodon to v4.2.9
This commit is contained in:
parent
cfd5f85619
commit
e920b367de
2 changed files with 11 additions and 11 deletions
|
@ -6,12 +6,12 @@ let
|
|||
};
|
||||
mastodonNekoverseOverlay = final: prev: {
|
||||
mastodon = (prev.mastodon.override rec {
|
||||
version = "4.2.8";
|
||||
version = "4.2.9";
|
||||
srcOverride = final.applyPatches {
|
||||
src = final.fetchgit {
|
||||
url = "https://github.com/mastodon/mastodon.git";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-7/E7iHqJxmYSorXYti7h8EbP7wcOAaD04ToLeU2I/nY=";
|
||||
sha256 = "sha256-VjR4lXlb1p8mmpOGxPqbmCCEaB7SP90ccPSMfGFx6IQ=";
|
||||
};
|
||||
patches = [
|
||||
"${mastodonNekoversePatches}/patches/001_increase_image_dimensions_limit.patch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue