1# This file was generated by pkgs.mastodon.updateScript.
2{
3 fetchFromGitHub,
4 applyPatches,
5 patches ? [ ],
6}:
7let
8 version = "4.4.2";
9in
10applyPatches {
11 src = fetchFromGitHub {
12 owner = "mastodon";
13 repo = "mastodon";
14 rev = "v${version}";
15 hash = "sha256-BzSN48IamwDrhBtw2TFVPJpRaWaQg96rWOlolBBJ5Fs=";
16 passthru = {
17 inherit version;
18 yarnHash = "sha256-jqiPxkbD0MmnUPK/P0zaYEB6rMRK20ito+o98+FHZdE=";
19 yarnMissingHashes = ./missing-hashes.json;
20 };
21 };
22 patches = patches ++ [ ];
23}