p/glitch-soc, n/zorigami: update + allow more reactions
All checks were successful
CI / x86_64-linux (push) Successful in 1m1s
CI / aarch64-linux (push) Successful in 1m23s

This commit is contained in:
Ari Gato 2024-07-04 19:48:35 +02:00
parent 155a0084f7
commit 43ff5469db
2 changed files with 4 additions and 3 deletions

View file

@ -353,6 +353,7 @@
MAX_VIDEO_SIZE = "167772160";
ALLOWED_PRIVATE_ADDRESSES = "127.1.33.7";
GITHUB_REPOSITORY = "arachnist/mastodon/tree/meow";
MAX_REACTIONS = "10";
};
extraEnvFiles = [ config.age.secrets.mastodonActiveRecordSecrets.path ];
package = pkgs.glitch-soc;

View file

@ -2,10 +2,10 @@
, gawk, gnused, }:
(applyPatches {
src = fetchFromGitHub {
owner = "glitch-soc";
owner = "arachnist";
repo = "mastodon";
rev = "87415f21e49b057f5c20652b458fdf81e5ecc2d7";
hash = "sha256-+Chyg+jtit5Q4atYNWaQOcVs7ADXovmsWyw3yT99pzU=";
rev = "f8a515e0c3d481a391cc2f5168c75fc9e4b118ae";
hash = "sha256-Saypmw7eLXAa6xEwl09FbkqHP96g91EUKBlbCknHcCk=";
};
inherit patches;
nativeBuildInputs = [ gawk gnused ];