···11+# NOTICE: When updating these hashes, make sure that no additional platforms
22+# have been added to the `flutter precache` CLI. If any have, they may be
33+# included in every derivation, unless they are also added to the platform list
44+# in fetch-artifacts.nix.
55+#
66+# The known arguments are as follows:
77+# $ flutter precache --help --verbose
88+# Usage: flutter precache [arguments]
99+# -h, --help Print this usage information.
1010+# -a, --all-platforms Precache artifacts for all host platforms.
1111+# -f, --force Force re-downloading of artifacts.
1212+# --[no-]android Precache artifacts for Android development.
1313+# --[no-]android_gen_snapshot Precache gen_snapshot for Android development.
1414+# --[no-]android_maven Precache Gradle dependencies for Android development.
1515+# --[no-]android_internal_build Precache dependencies for internal Android development.
1616+# --[no-]ios Precache artifacts for iOS development.
1717+# --[no-]web Precache artifacts for web development.
1818+# --[no-]linux Precache artifacts for Linux desktop development.
1919+# --[no-]windows Precache artifacts for Windows desktop development.
2020+# --[no-]macos Precache artifacts for macOS desktop development.
2121+# --[no-]fuchsia Precache artifacts for Fuchsia development.
2222+# --[no-]universal Precache artifacts required for any development platform.
2323+# (defaults to on)
2424+# --[no-]flutter_runner Precache the flutter runner artifacts.
2525+# --[no-]use-unsigned-mac-binaries Precache the unsigned macOS binaries when available.
2626+2727+{
2828+ "3.13.8" = {
2929+ android = "sha256-Uc36aBq8wQo2aEvjAPOoixZElWOE/GNRm2GUfhbwT3Y=";
3030+ fuchsia = "sha256-eu0BERdz53CkSexbpu3KA7O6Q4g0s9SGD3t1Snsk3Fk=";
3131+ ios = "sha256-QwkeGnutTVsm682CqxRtEd9rKUvN7zlAJcqkvAQYwao=";
3232+ linux = "sha256-0gIOwux3YBdmcXgwICr8dpftj1CauaBUX8Rt5GG0WSs=";
3333+ macos = "sha256-9WqCJQ37mcGc5tzfqQoY5CqHWHGTizjXf9p73bdnNWc=";
3434+ universal = "sha256-wATt1UPjo/fh7RFO1vvcUAdo0dMAaaOUIuzYodsM0v0=";
3535+ web = "sha256-DVXJOOFxv7tKt3d0NaYMexkphEcr7+gDFV67I6iAYa0=";
3636+ windows = "sha256-s8fJtwQkuZaGXr6vrPiKfpwP/NfewbETwyp9ERGqHYI=";
3737+ };
3838+}