2015-01-30 23:15:47 +01:00
|
|
|
{
|
2020-03-08 13:48:40 +01:00
|
|
|
# Note: do not use Hydra as a source URL. Ask a member of the
|
|
|
|
# infrastructure team to mirror the job.
|
2015-01-30 14:49:32 +01:00
|
|
|
busybox = import <nix/fetchurl.nix> {
|
2020-03-08 13:48:40 +01:00
|
|
|
# from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest
|
|
|
|
# from build: https://hydra.nixos.org/build/114203025
|
2020-03-17 00:04:39 +01:00
|
|
|
url = "http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/busybox";
|
2020-03-08 13:48:40 +01:00
|
|
|
# note: the following hash is different than the above hash, due to executable = true
|
|
|
|
sha256 = "0qxp2fsvs4phbc17g9npj9bsm20ylr8myi5pivcrmxm5qqflgi8d";
|
2015-01-30 14:49:32 +01:00
|
|
|
executable = true;
|
2013-05-05 17:30:34 +02:00
|
|
|
};
|
2015-01-30 23:15:47 +01:00
|
|
|
bootstrapTools = import <nix/fetchurl.nix> {
|
2020-03-08 13:48:40 +01:00
|
|
|
# from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest
|
|
|
|
# from build: https://hydra.nixos.org/build/114203025
|
2020-03-17 00:04:39 +01:00
|
|
|
url = "http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/bootstrap-tools.tar.xz";
|
2020-03-08 13:48:40 +01:00
|
|
|
sha256 = "28327343db5ecc7f7811449ec69280d5867fa5d1d377cab0426beb9d4e059ed6";
|
2009-11-08 01:32:12 +01:00
|
|
|
};
|
|
|
|
}
|