pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / stdenv / linux / bootstrap-files / mips64el-unknown-linux-gnuabin32.nix
blobcf26c2113ec8d0b3238dd44c3461aba56f7b17ad
2 # Files came from this Hydra build:
4 #   https://hydra.nixos.org/build/188389586
6 # Which used nixpkgs revision 97d9c84e1df4397b43ecb39359f1bd003cd44585
7 # to instantiate:
9 #   /nix/store/hakn8s85s9011v61r6svp5qy8x1y64fv-stdenv-bootstrap-tools-mips64el-unknown-linux-gnuabin32.drv
11 # and then built:
13 #   /nix/store/rjgybpnf3yiqyhvl2n2lx31jf800fii2-stdenv-bootstrap-tools-mips64el-unknown-linux-gnuabin32
16   busybox = import <nix/fetchurl.nix> {
17     url = "http://tarballs.nixos.org/stdenv-linux/mips64el-n32/97d9c84e1df4397b43ecb39359f1bd003cd44585/busybox";
18     sha256 = "sha256-4N3G1qYA7vitjhsIW17pR6UixIuzrq4vZXa8F0/X4iI=";
19     executable = true;
20   };
21   bootstrapTools = import <nix/fetchurl.nix> {
22     url = "http://tarballs.nixos.org/stdenv-linux/mips64el-n32/97d9c84e1df4397b43ecb39359f1bd003cd44585/bootstrap-tools.tar.xz";
23     sha256 = "sha256-LWrpN6su2yNVurUyhZP34OiZyzgh7MfN13fIIbou8KI=";
24   };