update mastodon

This commit is contained in:
Vivian 2022-10-14 21:09:46 +02:00
parent cc640028cb
commit fb2402f49a
4 changed files with 63 additions and 72 deletions

View file

@ -1,9 +1,9 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/NULLx76/glitch-soc.git";
rev = "475fbad464ec97dcb639d37cb53168cc59327b86";
sha256 = "0f226mr7y3qn1pw2na1qvs4g067474626fxm3wh96yw15gqjw2gj";
url = "https://github.com/glitch-soc/mastodon.git";
rev = "7e62688a0e656d71b0358fa55d5f6e8f8103c297";
sha256 = "0hz2p1vjalvrz3va6f0vdmmpi0iaw628giiwdpyyf7x0f95yzqyp";
};
in applyPatches {
inherit src;