159e378cbb
GitOrigin-RevId: c04d5652cfa9742b1d519688f65d1bbccea9eb7e
15 lines
407 B
Nix
15 lines
407 B
Nix
{
|
|
version = "7.11.1";
|
|
x86_64-linux = {
|
|
name = "x86_64-unknown-linux-gnu";
|
|
hash = "sha256-faF/iA07wWiAuxeqEZciIYlnoWe4LKCtDxD0BwIyeYw=";
|
|
};
|
|
x86_64-darwin = {
|
|
name = "x86_64-apple-darwin";
|
|
hash = "sha256-EImYXMIvxPgzaGuAOWi4O6mG5S1awdGSX0HQgT1iHaI=";
|
|
};
|
|
aarch64-darwin = {
|
|
name = "aarch64-apple-darwin";
|
|
hash = "sha256-jgigeJRHH/c761wYGMHhtRHE59ms7obZPxiH5pKeoeQ=";
|
|
};
|
|
}
|