Files
nixpkgs/pkgs/by-name/se/segger-jlink/source.nix
2026-07-20 13:26:48 +02:00

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=";
};
}