mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
16 lines
407 B
Nix
16 lines
407 B
Nix
{
|
|
version = "7.13.0";
|
|
x86_64-linux = {
|
|
name = "x86_64-unknown-linux-gnu";
|
|
hash = "sha256-R3OF/340xEab+0zamfwvejY16fjy/3TrzMvQaBlVxHw=";
|
|
};
|
|
x86_64-darwin = {
|
|
name = "x86_64-apple-darwin";
|
|
hash = "sha256-cnZkVkTbQ/+ciITPEx2vxxZchCC54T0JOApB4HKp8e0=";
|
|
};
|
|
aarch64-darwin = {
|
|
name = "aarch64-apple-darwin";
|
|
hash = "sha256-5VxDQ25tW+qTXHwkltpaAm4AnQvA18qGMaflYQzE2pQ=";
|
|
};
|
|
}
|