# This file was generated by pkgs.mastodon.updateScript. { fetchFromGitHub, applyPatches, patches ? [ ], }: let version = "4.4.5"; in applyPatches { src = fetchFromGitHub { owner = "mastodon"; repo = "mastodon"; rev = "v${version}"; hash = "sha256-+URMSqjdtxYHoVHXWzeIHETOlAs1WU+VxSQBVIEdhjI="; passthru = { inherit version; yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0="; yarnMissingHashes = ./missing-hashes.json; }; }; patches = patches ++ [ ]; }