# This file was generated by pkgs.mastodon.updateScript. { fetchFromGitHub, applyPatches, patches ? [ ], }: let version = "4.5.5"; in applyPatches { src = fetchFromGitHub { owner = "mastodon"; repo = "mastodon"; rev = "v${version}"; hash = "sha256-3tu7HYrJ+32yIgO6zVBokPTt66zICZOBzRFAeEVidWo="; passthru = { inherit version; yarnHash = "sha256-2MOl6kHidkGU2I/cZaUmbQCiEl9SDfL/j9fT/6eNdFA="; yarnMissingHashes = ./missing-hashes.json; }; }; patches = patches ++ [ ]; }