mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 21:35:36 +00:00
34 lines
748 B
Nix
34 lines
748 B
Nix
{
|
|
version = "952";
|
|
x86_64-linux = {
|
|
os = "Linux";
|
|
name = "x86_64";
|
|
ext = "tgz";
|
|
hash = "sha256-Nhsu/5RX/c/uSVw9im0K204TjOvm4B7zKFILOmGG7w8=";
|
|
};
|
|
i686-linux = {
|
|
os = "Linux";
|
|
name = "i386";
|
|
ext = "tgz";
|
|
hash = "sha256-4nxRdHjX2iU+v4yE3nhPT1BV/edEmOgV7itmWukWRyw=";
|
|
};
|
|
aarch64-linux = {
|
|
os = "Linux";
|
|
name = "arm64";
|
|
ext = "tgz";
|
|
hash = "sha256-MFBQpgtE9PA6sXbQV+YOEavvB2vtZ9NOP59EhccLWHw=";
|
|
};
|
|
armv7l-linux = {
|
|
os = "Linux";
|
|
name = "arm";
|
|
ext = "tgz";
|
|
hash = "sha256-KoSgRi8+EQakf+IF5jUx9OWha9cQWbFBC5Rn1Awy9zg=";
|
|
};
|
|
aarch64-darwin = {
|
|
os = "MacOSX";
|
|
name = "arm64";
|
|
ext = "pkg";
|
|
hash = "sha256-uglfWXxoKC4yZ/2N4LUFp6ZZin//yWkdtO6LyFv/MkE=";
|
|
};
|
|
}
|