ansible-later: 2.0.22 -> 2.0.23
[NixPkgs.git] / pkgs / stdenv / linux / bootstrap-files / armv5tel.nix
blob0ac818b9f2233f089d6ce5143c8298f06ceceec9
2   # Note: do not use Hydra as a source URL. Ask a member of the
3   # infrastructure team to mirror the job.
4   busybox = import <nix/fetchurl.nix> {
5     # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest
6     # from build: https://hydra.nixos.org/build/114203025
7     url = "http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/busybox";
8     # note: the following hash is different than the above hash, due to executable = true
9     sha256 = "0qxp2fsvs4phbc17g9npj9bsm20ylr8myi5pivcrmxm5qqflgi8d";
10     executable = true;
11   };
12   bootstrapTools = import <nix/fetchurl.nix> {
13     # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest
14     # from build: https://hydra.nixos.org/build/114203025
15     url = "http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/bootstrap-tools.tar.xz";
16     sha256 = "28327343db5ecc7f7811449ec69280d5867fa5d1d377cab0426beb9d4e059ed6";
17   };