update mastodon

This commit is contained in:
Vivian 2022-11-05 22:28:04 +01:00
parent 63b5fb4810
commit 40321bea75
9 changed files with 130 additions and 132 deletions

View file

@ -2,8 +2,8 @@
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/glitch-soc/mastodon.git";
rev = "371563b0e249b6369e04709fb974a8e57413529f";
sha256 = "19zbndh2scnjpcdfg142p8wc3a31qg8rzakfmk1x9vmf19sf8yf7";
rev = "2f8fb49d1314db931385089bc9004a48700161ad";
sha256 = "0jj3p70lb16gn5cmcxnqkjy0aih3a5i38ppfjadyaxjdxhzbr3kd";
};
in applyPatches {
inherit src;