1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
# @generated by scripts/dotslash-to-buck — do not edit.
#
# The same archives scripts/*.dotslash pins, as facts buck can act on.
# Bump the DotSlash file and run `just sync-dist`.
DIST = {
"rust": {
"linux-aarch64": {
"url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-aarch64-unknown-linux-gnu.tar.gz",
"sha256": "5fbb4282403046d52a4672765c6761a809bf9f33e699b17e6eb7a93ab7770cc3",
"strip_prefix": "rust-1.98.0-aarch64-unknown-linux-gnu",
"type": "tar.gz"
},
"linux-x86_64": {
"url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-x86_64-unknown-linux-gnu.tar.gz",
"sha256": "aa30409afa67bd1ada244cefd82c7980e6a65bc113bb978e934b2413c75e3900",
"strip_prefix": "rust-1.98.0-x86_64-unknown-linux-gnu",
"type": "tar.gz"
},
"macos-aarch64": {
"url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-aarch64-apple-darwin.tar.gz",
"sha256": "026ec75bec81fb8c10b11df98f1336ee39f4bc11e04d6745dffe9fca81e5c0b5",
"strip_prefix": "rust-1.98.0-aarch64-apple-darwin",
"type": "tar.gz"
},
"macos-x86_64": {
"url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-x86_64-apple-darwin.tar.gz",
"sha256": "66f4e2e17275753deaba8437380de21072b56b5a083cf954bacb6376df0834fc",
"strip_prefix": "rust-1.98.0-x86_64-apple-darwin",
"type": "tar.gz"
}
},
"zig": {
"linux-aarch64": {
"url": "https://ziglang.org/download/0.16.0/zig-aarch64-linux-0.16.0.tar.xz",
"sha256": "ea4b09bfb22ec6f6c6ceac57ab63efb6b46e17ab08d21f69f3a48b38e1534f17",
"strip_prefix": "zig-aarch64-linux-0.16.0",
"type": "tar.xz"
},
"linux-x86_64": {
"url": "https://ziglang.org/download/0.16.0/zig-x86_64-linux-0.16.0.tar.xz",
"sha256": "70e49664a74374b48b51e6f3fdfbf437f6395d42509050588bd49abe52ba3d00",
"strip_prefix": "zig-x86_64-linux-0.16.0",
"type": "tar.xz"
},
"macos-aarch64": {
"url": "https://ziglang.org/download/0.16.0/zig-aarch64-macos-0.16.0.tar.xz",
"sha256": "b23d70deaa879b5c2d486ed3316f7eaa53e84acf6fc9cc747de152450d401489",
"strip_prefix": "zig-aarch64-macos-0.16.0",
"type": "tar.xz"
},
"macos-x86_64": {
"url": "https://ziglang.org/download/0.16.0/zig-x86_64-macos-0.16.0.tar.xz",
"sha256": "0387557ed1877bc6a2e1802c8391953baddba76081876301c522f52977b52ba7",
"strip_prefix": "zig-x86_64-macos-0.16.0",
"type": "tar.xz"
},
"windows-x86_64": {
"url": "https://ziglang.org/download/0.16.0/zig-x86_64-windows-0.16.0.zip",
"sha256": "68659eb5f1e4eb1437a722f1dd889c5a322c9954607f5edcf337bc3684a75a7e",
"strip_prefix": "zig-x86_64-windows-0.16.0",
"type": "zip"
}
}
}
|