# This file was generated by pkgs.mastodon.updateScript. { fetchFromGitHub, applyPatches, patches ? [ ] }: let version = "f571dbe35dbc4876f9ca76b3f6d459839c67a2ef"; in (applyPatches { src = fetchFromGitHub { owner = "AgathaSorceress"; repo = "mastodon"; rev = "${version}"; sha256 = "3ZJMiciV0muv5j468hEKJUZGDhKcNCJnDFn6ZqKM1F4="; }; patches = patches ++ [ ./yarn-typescript.patch ]; }) // { inherit version; yarnHash = "sha256-qE1TBqa3BSEu1MC3Qw/k3h7QEicWd3AwJdA+U1v8924="; }