Update mastodon to 4.2.12 and element-web to 1.11.77
This commit is contained in:
parent
3596140303
commit
a7fbce4774
2 changed files with 4 additions and 4 deletions
|
@ -6,12 +6,12 @@ let
|
|||
};
|
||||
mastodonNekoverseOverlay = final: prev: {
|
||||
mastodon = (prev.mastodon.override rec {
|
||||
version = "4.2.10";
|
||||
version = "4.2.12";
|
||||
srcOverride = final.applyPatches {
|
||||
src = final.fetchgit {
|
||||
url = "https://github.com/mastodon/mastodon.git";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-z3veI0CpZk6mBgygqXk8SN/5WWjy5VkKLxC7nOLnyZE=";
|
||||
sha256 = "sha256-q+j7zHJrIUOumJfk4w5BVu7eTUa1AjI5ho8XoOA2uJU=";
|
||||
};
|
||||
patches = [
|
||||
"${mastodonNekoversePatches}/patches/001_increase_image_dimensions_limit.patch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue