···1+# NOTICE: When updating these hashes, make sure that no additional platforms
2+# have been added to the `flutter precache` CLI. If any have, they may be
3+# included in every derivation, unless they are also added to the platform list
4+# in fetch-artifacts.nix.
5+#
6+# The known arguments are as follows:
7+# $ flutter precache --help --verbose
8+# Usage: flutter precache [arguments]
9+# -h, --help Print this usage information.
10+# -a, --all-platforms Precache artifacts for all host platforms.
11+# -f, --force Force re-downloading of artifacts.
12+# --[no-]android Precache artifacts for Android development.
13+# --[no-]android_gen_snapshot Precache gen_snapshot for Android development.
14+# --[no-]android_maven Precache Gradle dependencies for Android development.
15+# --[no-]android_internal_build Precache dependencies for internal Android development.
16+# --[no-]ios Precache artifacts for iOS development.
17+# --[no-]web Precache artifacts for web development.
18+# --[no-]linux Precache artifacts for Linux desktop development.
19+# --[no-]windows Precache artifacts for Windows desktop development.
20+# --[no-]macos Precache artifacts for macOS desktop development.
21+# --[no-]fuchsia Precache artifacts for Fuchsia development.
22+# --[no-]universal Precache artifacts required for any development platform.
23+# (defaults to on)
24+# --[no-]flutter_runner Precache the flutter runner artifacts.
25+# --[no-]use-unsigned-mac-binaries Precache the unsigned macOS binaries when available.
26+27+{
28+ "3.13.8" = {
29+ android = "sha256-Uc36aBq8wQo2aEvjAPOoixZElWOE/GNRm2GUfhbwT3Y=";
30+ fuchsia = "sha256-eu0BERdz53CkSexbpu3KA7O6Q4g0s9SGD3t1Snsk3Fk=";
31+ ios = "sha256-QwkeGnutTVsm682CqxRtEd9rKUvN7zlAJcqkvAQYwao=";
32+ linux = "sha256-0gIOwux3YBdmcXgwICr8dpftj1CauaBUX8Rt5GG0WSs=";
33+ macos = "sha256-9WqCJQ37mcGc5tzfqQoY5CqHWHGTizjXf9p73bdnNWc=";
34+ universal = "sha256-wATt1UPjo/fh7RFO1vvcUAdo0dMAaaOUIuzYodsM0v0=";
35+ web = "sha256-DVXJOOFxv7tKt3d0NaYMexkphEcr7+gDFV67I6iAYa0=";
36+ windows = "sha256-s8fJtwQkuZaGXr6vrPiKfpwP/NfewbETwyp9ERGqHYI=";
37+ };
38+}